post https://cert.api.firstdata.com/gateway/v2/payment-url
Use this to generate a payment link.
Responses
Use this to generate a payment link.
xxxxxxxxxx
14curl --request POST \
--url https://cert.api.firstdata.com/gateway/v2/payment-url \
--header 'Content-Type: application/json' \
--header 'accept: application/json' \
--data '
{
"transactionType": "SALE",
"recurringDetails": {
"frequency": {
"unit": "DAY"
}
}
}
'
Try It!
to start a request and see the response here! Or choose an example: