Find transactions by your reference id
GET/transactions/by-reference
Machine token. Called by your backend, using your client_credentials token.
Every transaction carrying the referenceId you set when posting, newest first. A reference can legitimately span several transactions — a posting and its reversal, a top-up and the credit it produced — so this returns a page rather than one row. Clamped to your own tenant.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
OK
Malformed request — validation failure, or a header such as Idempotency-Key is missing or not a UUID.
Missing, expired, or untrusted bearer token.
Authenticated but not permitted — the caller's role or scope does not grant this operation, or the resource belongs to another tenant.
The referenced wallet, transaction, user, or tenant does not exist within the caller's tenant.
Unexpected server error.