Delete Token
Use to delete the existing tokens. Only apply for Merchant administration page.
Last updated
Use to delete the existing tokens. Only apply for Merchant administration page.
Last updated
Base URL
api/v1/tokenization/deleteToken
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
token
Alphanumeric(50) mandatory
Card Token
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
See for more detail