curl --request GET \
--url https://olive-gateway-a6ba.onrender.com/api/v1/processors/{id}/transactions \
--header 'Authorization: <api-key>'{}Retrieve transaction history for a processor account
curl --request GET \
--url https://olive-gateway-a6ba.onrender.com/api/v1/processors/{id}/transactions \
--header 'Authorization: <api-key>'{}JWT token from admin login for administrative operations. Format: 'Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...'
Processor ID
Number of transactions to return (default: 20, max: 100)
Offset for pagination (default: 0)
Transaction history retrieved
The response is of type object.