Skip to main content
Endpoint:

Authorization

string
required
Example:Authorization | Bearer Paste-Your-API-Key-Here

Path Parameter

string
required
A unique identifier obtained when creating an installment. If accessed through the dashboard, it can be found at the URL on the installment details page.Example:ba82c2dd-06c1-4b6c-bc59-a9c00801c842

Response

Successful Response

Main Structure (Root Object)

integer
Status code form API.
string
Status message that describes the status code.
array of object
Main response data.

data Structure (Array Of Object)

string
Main ID (UUID).
integer
Creation time (timestamp in ms).
string
Installment period (example: "MONTHLY").
integer
Installment duration (in months).
integer
Due date value (example: 11).
integer
Interest value.
string
Type of interest (example: "FLAT").
Associated Payment Link ID.
integer
Last update time (timestamp in ms).
string<uuid>
User ID.
Payment link details.
array of object
List of invoices.
string<uuid>
Payment link ID.
string
Customer name for the payment link.
integer
Total payment amount.
string
Description of the payment.
string<uuid>
Customer ID.

invoices Structure (Array Of Object)

string<uuid>
Invoices ID.
integer
Expiration time of the installment created.
integer
nvoice amount.
string | null
Invoice category.
string
Payment status (example: "unpaid").
IInvoice order number.
Unique invoice link.
string
Invoice description.
integer
Interest amount for the invoice.
integer
Remaining balance for this invoice.