Authorization
string
required
Example:
Authorization | Bearer Paste-Your-API-Key-HereRequest Body
string
required
Full name of the customer.
string
required
Email address of the customer.
string
required
Mobile phone number of the customer.
string
required
URL where the customer will be redirected after completing the payment.
string
required
Description or notes related to the invoice.
string
required
Invoice expiration time in ISO 8601 format (UTC).
array
required
List of invoice items.
number
required
Quantity of the item.
number
required
Price per item.
string
required
Description of the item.
object
required
Additional custom data attached to the invoice.
string
required
Custom customer reference number.
string
required
Custom product identifier associated with the invoice.
Response
Successful ResponseMain Structure (Root)
integer
Status code form API.
string
Status message that describes the status code.
array of object
The main data returned (invoice details).
data Structure (Array Of Object)
string
Unique identifier of the invoice record.
string
Unique identifier of the associated transaction.
string
Invoice URL that can be accessed by the customer.
number
Timestamp (in milliseconds) indicating when the invoice will expire.
object
Additional custom data attached to the invoice.
string
Custom customer reference number.
string
Custom product identifier associated with the invoice.
