Authorization
Example:
Authorization | Bearer Paste-Your-API-Key-Here
Path Parameter
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 ResponseMain Structure (Root Object)
Status code form API.
Status message that describes the status code.
Main response data.
data Structure (Array Of Object)
Main ID (UUID).
Creation time (timestamp in ms).
Installment period (example:
"MONTHLY"
).Installment duration (in months).
Due date value (example:
11
).Interest value.
Type of interest (example:
"FLAT"
).Associated Payment Link ID.
Last update time (timestamp in ms).
User ID.
Payment link details.
List of invoices.
PaymentLink Structure (Array Of Object)
Payment link ID.
Customer name for the payment link.
Total payment amount.
Description of the payment.
Customer ID.
invoices Structure (Array Of Object)
Invoices ID.
Expiration time of the installment created.
nvoice amount.
Invoice category.
Payment status (example:
"unpaid"
).IInvoice order number.
Unique invoice link.
Invoice description.
Interest amount for the invoice.
Remaining balance for this invoice.