Create an installment plan
Creates an installment plan that splits a total amount into scheduled payments for a customer. The initial charge depends on the deposit and start date: with no deposit and no future start date, the first payment is charged immediately; with a future start date and no deposit, only card validation is performed; with a deposit and no future start date, the deposit plus the first payment are charged immediately; with both, only the deposit is charged immediately.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body
The subMerchantId associated with the installment.
"mtck-md-1"
The ID of the customer for this installment.
"2ce8fe11-e111-4d76-a59e-7914d903ec12"
The total amount to be paid across all installments.
100
Recurring payment schedule configuration.
The customer's permanent payment token.
Optional deposit charged at creation time.
Response
Installment successfully created.

