Skip to main content
GET
/
processors
/
{id}
/
transactions
Get processor transaction history
curl --request GET \
  --url https://olive-gateway-a6ba.onrender.com/api/v1/processors/{id}/transactions \
  --header 'Authorization: <api-key>'
{}

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.