Skip to main content
Endpoint:

Authorization

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

Query Parameters

string
Filter the list by installment status (e.g. unpaid, active).
string
Filter installments by a specific customer ID.
integer
default:"10"
Number of items to return per page. Defaults to 10, with a maximum of 50.
string
Cursor for forward pagination. Pass the nextStartingAfter value from the previous response (a Unix timestamp in milliseconds, as a string) to fetch the next page.

Response

Successful Response

Main Structure (Root)

integer
Status code form API.
string
Status message that describes the status code.
array of object
List of installments. Each item is an installment-type payment-link object.
boolean
Information on whether there is additional data to be retrieved (true/false).
string | null
Cursor to pass as startingAfter to fetch the next page. null when there is no further data.

data Structure (Array Of Object)

string<uuid>
Unique ID of the installment.
integer
Total installment amount.
string | null
Item category (if any).
number (timestamp)
Creation time in epoch format (ms).
string
Installment description.
Unique link slug.
string
Item type. Always installment for this list.
string
Installment status (example: unpaid).
string
Name associated with the installment.
integer | null
Stock/quantity limit (if any).
string | null
Redirect URL after payment (if any).
string<uuid>
Associated installment record ID.
object | null
Event details (not applicable to installments).
object | null
Order/shipping details (if any).
object | null
Cover image details (if any).
array of object
Additional images (if any).
array of object
Related transactions (if any).