Skip to main content
GET
Get processor transaction history

Get Processor Transactions

Retrieve transaction history for a processor account.

Endpoint

Authentication

string
required
Bearer token (Processor or Admin JWT)

Path Parameters

string
required
Processor UUID

Query Parameters

integer
default:"20"
Results per page (max 100)
integer
default:"0"
Pagination offset

Response

Errors

Authorizations

Authorization
string
header
required

JWT token from admin login for administrative operations. Format: 'Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...'

Path Parameters

id
string
required

Processor ID

Query Parameters

limit
integer

Number of transactions to return (default: 20, max: 100)

offset
integer

Offset for pagination (default: 0)

Response

Transaction history retrieved

The response is of type object.