Authorization
Example:
Authorization | Bearer Paste-Your-API-Key-Here
Request Body
Customer Name
Customer email used to send proof of payment, or payment reminders
Customer telephone number
The destination URL where the customer will be redirected after a successful or completed transaction.
General description of the transaction or order.
The transaction expiration date and time. This means that after this time, the payment link or order is no longer valid.
List of items (products/services) purchased.
Number of items ordered.
Price per unit of goods.
Response
Successful ResponseMain Structure (Root)
Status code form API.
Status message that describes the status code.
The main data returned (invoice details).
data Structure (Array Of Object)
Unique invoice ID.
Unique transaction ID associated with this invoice.
The URL that users/clients can access to open invoices.
Invoice expiration time in epoch timestamp (ms) format.