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
Your merchant identifier.
Your merchant API key.
Query Parameters
A limit on the number of objects to be returned, between 1 and 100.
A cursor for use in pagination.
starting_after is an object ID that defines your place in the list.Response
Whether there are more transactions available in the list.
An array of transaction objects.