Skip to main content
Endpoint:

Authorization

string
required
Example:Authorization | Bearer Paste-Your-API-Key-Here

Path Parameters

string<uuid>
required
A unique identifier obtained when creating an invoice. If accessed through the dashboard, it can be found at the URL on the invoice details page.Example:f774034d-d9cc-43a0-97d8-a2520c127f03

Response

Successful Response

Main Structure (Root)

integer
Status code form API.
string
Status message that describes the status code.
array of object
List of invoices displayed.

data Structure (Array Of Object)

string<uuid>
Unique invoice ID.
integer
Invoice price or nominal value.
string
Product status.
Product slug/short URL.
string
Product type.
integer
Invoice expiration time in timestamp form (epoch millis).
array of object
List of invoice related transactions.
string<uuid>
Unique customer ID.
array of object
Details of the customer who paid the invoice.
string<uuid>
The primary transaction ID for this invoice.
string
URL for invoice payment page.
Unique ID of payment link (usually the same as invoice ID).

transactions Structure (Array Of Object)

string <uuid>
Unique transaction ID.

customer Structure (Array Of Object)

string <uuid>
Unique customer ID.
string
Customer’s email address.
string
Customer’s mobile phone number.
string
Customer’s name.