Authorization
string
required
Example:
Authorization | Bearer Paste-Your-API-Key-HerePath Parameters
string
required
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)
integer
Status code form API.
string
Status message that describes the status code.
object
The installment detail object.
data Structure (Object)
string<uuid>
Main installment ID.
integer
Total installment amount.
integer
Interest value.
string
Type of interest (example:
"FLAT").string
Installment period (example:
"MONTHLY").integer
Installment duration (in months).
integer
Due date each month (example:
11).integer
Total interest across all installments.
integer
Total amount payable across all installments.
string
Installment description.
object
Customer details.
string
Installment status (example:
"unpaid").array of object
List of installment invoices.
string (ISO 8601)
Creation time in ISO 8601 format.
customer Structure (Object)
string
Customer name.
string
Customer email address.
string
Customer phone number.
invoices Structure (Array Of Object)
string<uuid>
Invoice ID.
integer
Invoice order number.
integer
Invoice amount.
integer
Interest amount for the invoice.
integer
Remaining balance after this invoice.
string (ISO 8601)
Invoice due date in ISO 8601 format.
string
Payment status (example:
"unpaid").string
Unique invoice link.
Errors
object
Returned with
messages: "Unauthorized" when the installment does not belong
to the authenticated account.