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