Merchant API
List Transactions
Retrieve a list of transactions across your merchant account.
GET
Retrieve a paginated list of all successful and failed transactions processed across all delegates connected to your merchant account.
Headers
string
required
Your merchant identifier.
string
required
Your merchant API key.
Query Parameters
integer
default:"10"
A limit on the number of objects to be returned, between 1 and 100.
string
A cursor for use in pagination.
starting_after is an object ID that defines your place in the list.Response
boolean
Whether there are more transactions available in the list.
array
An array of transaction objects.