Retrieve Card Token Endpoint
Last updated
Was this helpful?
Last updated
Was this helpful?
card_identifier
String
Yes
The unique card token obtained during tokenization
holder_name
String
Cardholder name
expiration_month
Integer
Expiration month
expiration_year
Integer
Expiration year
last_four_digits
String
Last four digits of the card
404
510
Token not found
401
511
Token expired
401
512
Unauthorized access
Display masked card details: Use the returned information to show card details to users in a PCI-compliant way
Pre-fill checkout forms: Use the card information to pre-populate checkout forms while keeping sensitive data secure
Verify expiration: Check if a card is approaching expiration to prompt the user for an update
For security reasons, this endpoint only returns basic card information (cardholder name, expiration date, and last four digits)
The complete card number and CVV are never returned
The token must belong to your merchant account; otherwise, a 404 error will be returned
This endpoint is useful for displaying saved payment methods to your users
Fetches basic information about a previously tokenized credit card using its unique identifier.
The unique card token obtained during tokenization
Media type of the body sent to the API
application/json
ISO8601 Datetime with Timezone (yyyy-MM-dd'T'HH:mm:ssZ)
Merchant X-Login API Key
Authorization control hash
Unique idempotency key for ensuring that the same request is not processed more than once