Authorization
Example:
Authorization | Bearer Paste-Your-API-Key-Here
Path Parameters
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 ResponseMain Structure (Root)
Status code form API.
Status message that describes the status code.
List of invoices displayed.
data Structure (Array Of Object)
Unique invoice ID.
Invoice price or nominal value.
Product status.
Product slug/short URL.
Product type.
Invoice expiration time in timestamp form (epoch millis).
List of invoice related transactions.
Unique customer ID.
Details of the customer who paid the invoice.
The primary transaction ID for this invoice.
URL for invoice payment page.
Unique ID of payment link (usually the same as invoice ID).
transactions Structure (Array Of Object)
Unique transaction ID.
customer Structure (Array Of Object)
Unique customer ID.
Customer’s email address.
Customer’s mobile phone number.
Customer’s name.