patch https://cert.api.firstdata.com/gateway/v2/payment-tokens
Use this update one or more payment tokens.
Responses
Use this update one or more payment tokens.
xxxxxxxxxx
17curl --request PATCH \
--url https://cert.api.firstdata.com/gateway/v2/payment-tokens \
--header 'Content-Type: application/json' \
--header 'accept: application/json' \
--data '
{
"paymentTokens": [
{
"reusable": true,
"declineDuplicates": true,
"paymentCard": {
"cardFunction": "CREDIT"
}
}
]
}
'
Try It!
to start a request and see the response here! Or choose an example: