API Reference
Overview
Quick Start
API Authentication
API Error Codes
APIs
Checkout API
Checkout API
Order Details
User History
Prices
Product API
Product API
Coupons
Products
Licenses
Pay Links
Transactions
List Transactions
post
Payments
Subscription API
Subscription API
Plans
Users
Modifiers
Payments
One-off Charges
Alert API
Alert API
Webhooks

List Transactions

post
/2.0/{entity}/{id}/transactions

Transaction data can be retrieved using a User ID, Subscription ID, Order ID, Checkout ID (hash) or Product ID.

Example Request

preparing...
  • order_id is returned as an integer for one-time products and a string for subscription products.
entity
string
required

Filter: Entity type of the id

Allowed values:
usersubscriptionordercheckoutproduct
id
string
required

Filter: ID number for the specified entity

vendor_id
integer
required

The vendor ID identifies your seller account. This can be found in Developer Tools > Authentication.

>= 1
vendor_auth_code
string
required

The vendor auth code is a private API key for authenticating API requests. This key should never be used in client side code or shared publicly. This can be found in Developer Tools > Authentication.

Match pattern:
[0-9a-f]+
page
integer

The page of results to return. Each response page return 15 results each.

from
string<yyyy-mm-dd>

Filter: Transactions starting after the date specified

to
string<yyyy-mm-dd>

Filter: Transactions ending the day before the date specified

Parameters
:
:
Body
:
:
:
:
: