post https://cert.api.firstdata.com/gateway/v2/account-verification
Use this to perform an account verification for a payment card or payment token
Responses
Use this to perform an account verification for a payment card or payment token
xxxxxxxxxx
15curl --request POST \
--url https://cert.api.firstdata.com/gateway/v2/account-verification \
--header 'Content-Type: application/json' \
--header 'accept: application/json' \
--data '
{
"additionalDetails": {
"receipts": [
{
"type": "cardholder"
}
]
}
}
'
Try It!
to start a request and see the response here! Or choose an example: