Query Tokens
Use to get the list of card tokens for the specified customer.
Last updated
Use to get the list of card tokens for the specified customer.
Last updated
Base URL
api/v1/tokenization/queryTokens
Example:
1
apiKey
Alphanumeric mandatory
Request authenticate
1
signature
Alphanumeric mandatory
Request signature
1
requestID
Alphanumeric(50) mandatory
Unique ID for each transaction request
Recommend: GUID
1
requestDateTime
Numeric(14) mandatory
yyyyMMddHHmmss
1
requestData
JSON Object
2
customerToken
Alphanumeric mandatory
Customer identify information that is use for management the linked payment tokens.
1
signature
Alphanumeric mandatory
Response signature
1
requestID
Alphanumeric(50) mandatory
Original Request ID
1
responseDateTime
Numeric(14) mandatory
yyyyMMddHHmmss
1
responseCode
Numeric(3) mandatory
1
responseMessage
Alphanumeric(250) mandatory
Response message
1
responseData
JSON Object mandatory
Response data
2
customerID
Alphanumeric(50) mandatory
Customer ID
2
customerName
Alphanumeric(50) mandatory
Customer Name
2
tokens
JSON Array mandatory
Linked Card Tokens
3
tokenID
Numeric(10) mandatory
Card Token ID
3
accountBrand
Alphanumeric(50) mandatory
Card Brand info
3
accountSource
Alphanumeric(50) mandatory
Card Issuer info
3
accountNumber
Alphanumeric(50) mandatory
Card Masked Number
3
accountName
Alphanumeric(50) mandatory
Cardholder name
See for more detail