Authorization
Example:
Authorization | Bearer Paste-Your-API-Key-HereQuery Parameters
Filter unpaid transactions by status. Accepts
active (still valid) or
expired.Filter unpaid transactions by a specific customer ID.
Filter unpaid transactions by a specific payment link ID.
Start of the date range to filter by (Unix timestamp in milliseconds).
End of the date range to filter by (Unix timestamp in milliseconds).
Comma-separated list of fields to include in each item.
Number of items to return per page. Defaults to
10, with a maximum of 50.Cursor for forward pagination. Pass the
nextStartingAfter value from the
previous response (a Unix timestamp in milliseconds, as a string) to fetch the
next page.Response
Successful ResponseMain Structure (Root)
Status code form API.
Status message that describes the status code.
List of unpaid transactions displayed.
Information on whether there is additional data to be retrieved (true/false).
Cursor to pass as
startingAfter to fetch the next page. null when there is
no further data.data Structure (Array Of Object)
Unique ID for the transaction.
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 (Object)
Unique customer ID.
Customer’s email address.
Customer’s name.
Customer’s mobile phone number.
paymentLink Structure (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, can be null.
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.
