Tokenización
Search…
Tokenización
English
Introduction
Tokenization
Transaction
Delete token
Identification types
Credit Card Franchises
Sample Credit Cards
Powered By
GitBook
Delete token
It allows to delete a token and the data of its associated credit card.
Production:
https://api.payvalida.com/v4/tokenizacion
Sandbox:
https://api-test.payvalida.com/v4/tokenizacion
Parameters in JSON format in the body of the DELETE request.
Request
Request (example)
Response (example)
Field
Required
Type
Description
merchantId
si
Alphanumeric
Name of the merchant.
token
si
Alphanumeric
Token to delete.
checksum
si
Alphanumeric
Checksum formed as follows: SHA512(merchantId + token + fixed_hash)
1
{
2
"merchantId"
:
"mi_comercio"
,
3
"checksum"
:
"573ADFB03SF9F6ADECCAAD5B849BE246D63039E06630C745EF652642B7E5151EC5486F9F53D24B9AF266B1CD3C3C452E8C7AD35CA6586B37B70CD73"
,
4
"token"
:
"12345678901234"
5
}
Copied!
1
{
2
"CODE"
:
"0000"
,
3
"TEXT"
:
"OK"
4
}
Copied!
Successful API responses have the
CODE == "0000"
. Any other code represents an error which is described in the
TEXT
response field.
Tokenization - Previous
Transaction
Next
Identification types
Last modified
9mo ago
Copy link
Contents
Parameters in JSON format in the body of the DELETE request.