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