post https://cert.api.firstdata.com/gateway/v2/payments
Use this to originate a financial transaction like a sale, preauthorization, or credit.
Responses
Use this to originate a financial transaction like a sale, preauthorization, or credit.
xxxxxxxxxx
17curl --request POST \
--url https://cert.api.firstdata.com/gateway/v2/payments \
--header 'Content-Type: application/json' \
--header 'accept: application/json' \
--data '
{
"paymentMethod": {
"paymentFacilitator": {
"subMerchantData": {
"document": {
"type": "NATIONAL_IDENTITY"
}
}
}
}
}
'
Try It!
to start a request and see the response here! Or choose an example: