post https://v2/paymentplan/workingDay
Creates a payment plan where the payment is taken on the first working day/ last working day of the month
Log in to see full request history
Responses
Creates a payment plan where the payment is taken on the first working day/ last working day of the month
xxxxxxxxxx
11curl --request POST \
--url https://v2/paymentplan/workingDay \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"contractual": true,
"paymentType": "PaymentPlanFullBalance",
"frequency": "FIRST_WORKING_DAY"
}
'
Try It!
to start a request and see the response here! Or choose an example: