v1

latestOpenAPI 3.0.02026-07-26355499.1 KB

Retrieve Token Information

Fetches basic information about a previously tokenized credit card using its unique identifier.

get/v3/tokenization/{card_identifier}/{sub_merchant_id}

Path parameters

card_identifierstring required

The unique card token obtained during tokenization

sub_merchant_idstring

Unique sub merchant ID that the token belongs to.

Headers

Content-Typestring required

Media type of the body sent to the API

X-Datestring date-time required

ISO8601 Datetime with Timezone (yyyy-MM-dd'T'HH:mm:ssZ)

X-Loginstring required

Merchant X-Login API Key

Authorizationstring required

Authorization control hash

X-Idempotency-Keystring

Unique idempotency key for ensuring that the same request is not processed more than once

Response

Successfully retrieved card information

holder_namestring required

Cardholder name

expiration_monthinteger required

Expiration month

expiration_yearinteger required

Expiration year

last_four_digitsstring required

Last four digits of the card

brandstring required

The card brand

first_sixstring required

The first six digits (BIN) of the card