post https://cert.api.firstdata.com/gateway/v2/payment-schedules
Use this to create a payment schedule managed by the gateway.
Responses
Use this to create a payment schedule managed by the gateway.
xxxxxxxxxx
20curl --request POST \
--url https://cert.api.firstdata.com/gateway/v2/payment-schedules \
--header 'Content-Type: application/json' \
--header 'accept: application/json' \
--data '
{
"frequency": {
"unit": "DAY"
},
"paymentMethod": {
"paymentFacilitator": {
"subMerchantData": {
"document": {
"type": "NATIONAL_IDENTITY"
}
}
}
}
}
'
Try It!
to start a request and see the response here! Or choose an example: