post https://v2/paymentplan/monthlyDay
Creates a payment plan where the payment is taken on a specific day (e.g first Monday) of the month
Log in to see full request history
Responses
Creates a payment plan where the payment is taken on a specific day (e.g first Monday) of the month
xxxxxxxxxx
12curl --request POST \
--url https://v2/paymentplan/monthlyDay \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"contractual": true,
"paymentType": "PaymentPlanFullBalance",
"position": 1,
"dayOfWeek": 0
}
'
Try It!
to start a request and see the response here! Or choose an example: