post https://cert.api.firstdata.com/gateway/v2/payment-tokens
Use this to create a payment token to safely store sensitive credit card information.
Responses
Use this to create a payment token to safely store sensitive credit card information.
xxxxxxxxxx
20curl --request POST \
--url https://cert.api.firstdata.com/gateway/v2/payment-tokens \
--header 'Content-Type: application/json' \
--header 'accept: application/json' \
--data '
{
"createToken": {
"reusable": true,
"declineDuplicates": false
},
"accountVerification": false,
"additionalDetails": {
"receipts": [
{
"type": "cardholder"
}
]
}
}
'
Try It!
to start a request and see the response here! Or choose an example: