Authorization
Example:
Authorization | Bearer Paste-Your-API-Key-HerePath Parameters
Unique product ID whose transactions you want to list.
Query Parameters
Filter transactions by status.
Filter transactions belonging to a specific customer.
Comma-separated list of fields to include in each transaction object. Use it to
trim the payload to only the fields you need.
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 transactions for the product.
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 identifier of the transaction.
Timestamp in milliseconds indicating when the transaction was created.
Transaction type.
Transaction amount.
Current transaction status (e.g.,
created, paid, expired).URL parameter tracking data attached to the transaction, if any.
Identifier of the product (payment link) the transaction belongs to.
Identifier of the customer who made the transaction.
Custom field data captured at checkout, if any.
Customer details associated with the transaction.
Product (payment link) details associated with the transaction.
Name of the product the transaction belongs to.
Type of the product the transaction belongs to.
Slug of the product the transaction belongs to.
