This functionality is available for the following models:#
☑ Acquirer
☐ Aggregator
tokenobtained from the /card/v1/tokens endpoint.accountValidation value in the transactionMode field and set the amount to 0 while requesting the token.Got a suggestion on this documentation? Contact Us.
curl --location --request POST 'https://api-uat.kushkipagos.com/card/v1/validation' \
--header 'Private-Merchant-Id;' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "3c1518cf6f844e248880aad6187cf8d7"
}'{
"paymentBrand": "MASTERCARD",
"responseCode": "000",
"responseText": "Transacción aprobada",
"transactionReference": "c4a3f4c8-0ed0-42ea-8258-3dbd0d065994",
"approvalCode": "000000"
}