Delete Token
Use to delete the existing tokens. Only apply for Merchant administration page.
Endpoint URL
Route
Base URL
api/v1/tokenization/deleteToken
Example:
https://uat-secure.galaxypay.vn/api/v1/tokenization/deleteToken
Request Message
Header
Level
Field Name
Data Type
Description
1
apiKey
Alphanumeric mandatory
Request authenticate
1
signature
Alphanumeric mandatory
Request signature
Body
Level
Field Name
Data Type
Description
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
{
"requestID": "421956eaf56240659cf6041692e3f322",
"requestDateTime": "20230727101437",
"requestData": {
"token": "000192421419FE3F46EDBB04E43CB4DB79F4"
}
}
Response Message
Header
Level
Field name
Data Type
Description
1
signature
Alphanumeric mandatory
Response signature
Body
Level
Field name
Data type
Description
1
requestID
Alphanumeric(50) mandatory
Original Request ID
1
responseDateTime
Numeric(14) mandatory
yyyyMMddHHmmss
1
responseMessage
Alphanumeric(250) mandatory
Response message
{
"requestID": "421956eaf56240659cf6041692e3f322",
"responseDateTime": "20230727101437",
"responseCode": "200",
"responseMessage": "Success"
}
Last updated