List all transactions

Returns a list of your transactions. The transactions are returned sorted by creation date, with the most recent transactions appearing first.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
📘

Pagination

A cursor for use in pagination. starting_after is an item key that defines your place in the list.

For instance, if you make a list request and receive 100 items, then the last item with "key":"tran_f4Jmxb7LmvhERZ", can be used in your subsequent call as the parameter value to fetch the next page of results: ?starting_after=rtran_f4Jmxb7LmvhERZ.

Click here for more info about pagination.

Query Params
string

Key of customer who made the transaction.

string

An external key that can be used to reference the customer. This is the same as the customer_key value used when creating the customer with PartnerStackJS.

string

Customer's email address.

integer
1 to 250
Defaults to 10

A limit on the number of items to be returned. Limits can range between 1 and 250, and the default is 10.

string

A cursor for use in pagination, starting_after takes in an item key and the subsequent call will return the following items in the list. This is mutually exclusive with ending_before.

string

A cursor for use in pagination, ending_before takes in an item key and the subsequent call will return the prior items in the list. This is mutually exclusive with starting_after.

Responses

Language
Credentials
Basic
base64
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json