Delete token
It allows to delete a token and the data of its associated credit card.
Última actualización
It allows to delete a token and the data of its associated credit card.
Última actualización
Production: https://api.payvalida.com/v4/tokenizacion
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)
Successful API responses have the CODE == "0000". Any other code represents an error which is described in the TEXT response field.