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