Authorization
string
required
Example:
Authorization | Bearer Paste-Your-API-Key-HereRequest Body
string
required
Customer email used to send proof of payment, or payment reminders
string
required
Customer telephone number
string
required
Customer Name
integer
required
Nominal amount of payment
Object
required
Installment details
string
required
General description of the transaction or order.
number | integer
required
Installment interest (%)
number | integer
required
Installment tenor period (months)
number | integer
required
Due date each month
Response
Successful ResponseMain 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<uuid>
Main id.
integer
Creation time (timestamp in ms).
integer
Due date value (example:
11).integer
Interest value.
string
Type of interest (example:
"FLAT").string
Installment period (example:
"MONTHLY").number
Installment duration (in months).
array of object
List of invoices.
invoices Structure (Array Of Object)
string<uuid>
Id of the installment created
integer
Invoice amount.
integer
Last updated time (timestamp in ms).
string | null
Invoice category.
string
Payment status (example:
"unpaid").integer
Invoice order number.
string
Unique invoice link.
string
Invoice description.
integer
Interest amount for the invoice.
integer
Remaining balance.
string
Customer ID.
array of object
Customer details.
customer Structure (Array Of Object)
string<uuid>
Customer ID.
string
Customer email address.
string
Customer phone number.
string
Customer name.
