Retrieve Transactions

Returns a paginated list of billing transactions. Includes related publication, order with subscriber and processor, effort with campaign, addresses, credit card, and purchases with email and pricing plan details.

Query Params
integer

Filter by transaction ID

integer

Filter by publication ID

boolean

Filter by declined status

string

Filter by transaction type: N (new), R (renewal), X (refund), C (credit)

string

Filter by purchaser email (partial match)

integer

Filter by effort ID

string

Filter by order method

string

Filter by transaction date. Supports operators: >, >=, <, <=

integer

The field to be included in the json response. You can have multiple columns[] query params included in the request URL.

integer

The page to return.

integer

The total results to return per page.

string

The field to sort the request by. column_name|asc OR desc

Response
200

The retrieved transactions

Language
Credentials
Bearer
JWT
URL