Authorization
Example:
Authorization | Bearer Paste-Your-API-Key-HereRequest Body
Full name of the customer.
Email address of the customer.
Mobile phone number of the customer.
URL where the customer will be redirected after completing the payment.
Description or notes related to the invoice.
Invoice expiration time in ISO 8601 format (UTC).
List of invoice items.
Quantity of the item.
Price per item.
Description of the item.
Additional custom data attached to the invoice.
Custom customer reference number.
Custom product identifier associated with the invoice.
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 identifier of the invoice record.
Unique identifier of the associated transaction.
Invoice URL that can be accessed by the customer.
Timestamp (in milliseconds) indicating when the invoice will expire.
Additional custom data attached to the invoice.
Custom customer reference number.
Custom product identifier associated with the invoice.
