v1

latestOpenAPI 3.1.02026-07-2484125489.6 KB
gateways

Transactions

Get an ordered and paginated list of transactions executed against a specific gateway.

get/gateways/{gateway_token}/transactions.json

Query parameters

orderstring

The order of the returned list. Default is asc, which returns the oldest records first. To list newer records first, use desc.

since_tokenstring

The token of the item to start from (e.g., the last token received in the previous list if iterating through records)

statestring

The transaction state on which to filter the returned list. Can be one of succeeded, failed, gateway_processing_failed, gateway_processing_result_unknown.

Response

Successful