Retrieve a list of saved cards for a specific identifier. Returns tokenized card information without sensitive details.
XXXXXXXXXXXX0003)| Parameter | Type | Location | Description |
|---|---|---|---|
identifier | string | Query | Unique identifier for the card owner (customer ID, user ID, etc.) |
| Field | Type | Description |
|---|---|---|
card_token | string | Unique token for the saved card |
identifier | string | Customer identifier |
cardholder_name | string | Name on the card |
nickname | string | Custom card nickname |
card_type | string | Card type (credit_card, debit_card) |
network | string | Card network (visa, mastercard, etc.) |
masked_pan | string | Masked card number showing only last 4 digits |
expiry_month | integer | Card expiry month (1-12) |
expiry_year | integer | Card expiry year |
| Status Code | Description | Action |
|---|---|---|
200 | Success | Process the returned cards |
401 | Unauthorized | Check authentication credentials |
404 | No cards found | Show “no saved cards” message |
500 | Server error | Retry request or show error message |
Client Application ID - Your unique application identifier used to authenticate API requests. You can find your Client ID in the Developer Settings section of the merchant dashboard.
Client Secret Key - Your secret key used alongside the Client ID for secure authentication. Keep this confidential and never expose it in client-side code. Available in the Developer Settings section of the merchant dashboard.
Merchant Identifier - The unique ID for the merchant account. This is required for PSP (Payment Service Provider) merchants who manage multiple merchant accounts. You can find merchant IDs in the Merchant Management section of the dashboard.
API Version - Specifies which version of the API to use (e.g., '1.X.X' or '2.X.X'). This header allows you to control which API version your integration uses. Default version information is available in the Developer Settings.
Unique identifier to filter saved cards