Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url http://localhost:8080/sponsors/{sponsor_id}/transactions
{ "limit": 123, "offset": 123, "total": 123, "transactions": [ { "account_id": "<string>", "amount": { "value": 123 }, "created_at": "<string>", "direction": "<string>", "id": "<string>", "status": "<string>", "transaction_type": "<string>", "correlation_id": "<string>", "description": "<string>", "funding_type": "<string>", "gateway_ref": "<string>" } ] }
Sponsor ID
Page size
Page offset
ISO 8601 inclusive
Sponsor transactions page
Show child attributes