Search wallet transactions across a tenant

Searches the transaction history of every wallet belonging to the tenant. Use this when the wallet is not known, for example to find every leg a card transaction wrote by its session id. Supply at least one of walletId, sessionId, uniqueId, externalId, serviceIdentifier or cardId — each is indexed — or a date range, so the search is always bounded.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
int64
required
Query Params
boolean

Sort ascending by date. Default is descending.

int64

Card id to filter by

string

fromDate, the date from where we want the transactions inclusive. Required only when no indexed field is supplied.

string

toDate, the date up to when we want the transactions exclusive. Required only when no indexed field is supplied.

string

The externalId used when the transaction was initiated.

string

Filter string to search in fields of the transaction to further filter results. Not case sensitive.

int32
Defaults to 50
int32
Defaults to 0
string

Service code to filter by

string

Service identifier to filter by

string

Session id. Every leg written by one transaction shares one, so this returns the whole transaction across wallets.

string

Wallet history unique id, e.g. DB-PSTD-0720-368792-7101:0004433995-40020

int64

Restrict the search to one wallet. Optional — omit to search every wallet of the tenant.

Responses

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json