Authorization
Example:
Authorization | Bearer Paste-Your-API-Key-HereRequest Body
Customer email used to send proof of payment, or payment reminders.
Customer telephone number.
Customer name.
Nominal amount of payment.
Installment details.
General description of the transaction or order.
Installment interest (%).
Installment tenor period in months (minimum
3, maximum 24).Due date each month (minimum
1, maximum 28).Response
Successful ResponseMain Structure (Root)
Status code form API.
Status message that describes the status code.
The created installment data.
data Structure (Object)
Main installment ID.
Total installment amount.
Interest value.
Type of interest (example:
"FLAT").Installment period (example:
"MONTHLY").Installment duration (in months).
Due date each month (example:
11).Total interest across all installments.
Total amount payable across all installments.
Installment description.
Customer details.
Installment status (example:
"unpaid").List of installment invoices.
Creation time in ISO 8601 format.
customer Structure (Object)
Customer email address.
Customer name.
Customer phone number.
invoices Structure (Array Of Object)
Invoice ID.
Invoice order number.
Invoice amount.
Interest amount for the invoice.
Remaining balance after this invoice.
Invoice due date in ISO 8601 format.
Payment status (example:
"unpaid").Unique invoice link.
Errors
Returned with
messages: "Validation Error" when the request body fails
validation (e.g. missing or malformed email, mobile, name, amount, or
installment fields).Returned with
messages: "already exist" when the installment payment link
could not be created because it already exists.Returned with
messages: "Failed to create installment invoices" when the
installment invoices could not be generated.