Shoppers
Operations related to shopper references and stored methods
All endpoints require a JWT Bearer token in the Authorization header and an API key in the X-API-KEY header.
Base URL: https://payments.valpay.com.
GET /v1/shoppers/references/{storeId}
Get unique shopper references for a store
Parameters
Name | In | Type | Required | Description |
|---|---|---|---|---|
| path |
| Yes | Valpay Store ID to retrieve shopper references for |
| query |
| No | Optional filter to search shopper references by card holder name (case-insensitive partial match) or card number ending with exactly 4 characters (exact match) |
Responses
Status | Description |
|---|---|
| Shopper references retrieved successfully |
| Bad request - validation failed |
| Unauthorized - invalid or missing authentication |
| Internal server error |
Response schema (2xx)
Field | Type | Required | Description |
|---|---|---|---|
|
| Yes | |
|
| Yes | |
|
| Yes |
Examples
GET /v1/shoppers/references/{storeId}
Shopper references for a store, filtered by card holder name:
Response 200 (illustrative):