Authorizations
Example:
Authorization | Bearer Paste-Your-API-Key-Here
Query Parameters
Determine which page.
How much data is displayed on the page.
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 ID for the balance transaction history.
The transaction creation time in epoch format (ms).
The type of transaction.
Payment amount
Request status (active = still valid).
Data tracking via additional URL parameters (if any).
The ID of the payment link used.
The unique ID of the customer who made the transaction.
additional custom fields that can be filled in by the user (if any).
Customer data that makes transactions.
Payment link information used for transactions.
Unique URL to pay for this request.
customer Structure (Array Of Object)
Unique customer ID.
Customer’s email address.
Customer’s name.
Customer’s mobile phone number.
paymentLink Structure (Array Of Object)
ID payment link.
Product category, can be null if there is no category.
Product creation time in epoch milliseconds format.
Product description.
Product slug/short URL.
Product name.
Redirect destination URL.
User ID of the payment link owner.
ID cover image, can be null.
ID for multiple image group.
Cover image data, can be null.
List of additional images for the product.