Authorization
Example:
Authorization | Bearer Paste-Your-API-Key-HerePath Parameters
A unique identifier obtained when creating an installment. If accessed through
the dashboard, it can be found in the URL on the installment details page.Example:
ba82c2dd-06c1-4b6c-bc59-a9c00801c842Response
Successful ResponseMain Structure (Root)
Status code form API.
Status message that describes the status code.
The installment detail object.
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 name.
Customer email address.
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: "Unauthorized" when the installment does not belong
to the authenticated account.