Skip to main content
Endpoint:

Authorizations

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

Query Parameters

integer
default:1
required
Determine which page.
integer
default:10
required
How much data is displayed on the page.

Response

Successful Response

Main Structure (Root)

integer
Status code form API.
string
Status message that describes the status code.
boolean
Information on whether there is additional data to be retrieved (true/false).
integer
Total number of data pages.
integer
Number of items per page.
integer
The page currently displayed.
array of object
List of invoices displayed.

data Structure (Array Of Object)

string<uuid>
Unique ID for the balance transaction history.
number (timestamp)
The transaction creation time in epoch format (ms).
string
The type of transaction.
integer
Payment amount
string
Request status (active = still valid).
string | null
Data tracking via additional URL parameters (if any).
The ID of the payment link used.
string<uuid>
The unique ID of the customer who made the transaction.
object | null
additional custom fields that can be filled in by the user (if any).
array of object
Customer data that makes transactions.
Payment link information used for transactions.
string
Unique URL to pay for this request.

customer Structure (Array Of Object)

string <uuid>
Unique customer ID.
string
Customer’s email address.
string
Customer’s name.
string
Customer’s mobile phone number.
string <uuid>
ID payment link.
string | null
Product category, can be null if there is no category.
number | timestamp
Product creation time in epoch milliseconds format.
string
Product description.
Product slug/short URL.
string
Product name.
string
Redirect destination URL.
string<uuid>
User ID of the payment link owner.
string | null
ID cover image, can be null.
string | null
ID for multiple image group.
object | null
Cover image data, can be null.
object | null
List of additional images for the product.