Authorization
Example:
Authorization | Bearer Paste-Your-API-Key-Here
Response
Successful ResponseMain Structure (Root)
Status code form API.
Status message that describes the status code.
Information on whether there is additional data to be retrieved (true/false).
Total number of data pages.
Number of items per page.
The page currently displayed.
List of invoices displayed.
data Structure (Array Of Object)
Unique invoice ID.
Invoice price or nominal value.
Product category, can be null if there is no category.
Product creation time in epoch milliseconds format.
Product description.
Product slug/short URL.
Product type.
Product status.
Product name.
Redirect destination URL, can be null.
The customer ID associated with this invoice.
List of invoice related transactions.
Details of the customer who paid the invoice.
transactions Structure (Array Of Object)
Unique transaction ID.
Transaction status (example: “created”, “paid”).
customer Structure (Array Of Object)
Unique customer ID.
Customer’s email address.
Customer’s mobile phone number.
Customer’s name.