Get transactions data

Retrieve transaction data with optional filtering by specific attributes. Multiple filters can be applied simultaneously.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

qstringOptional

JSON query object to filter transactions. Example: {“funding_master_id”:“F1645093”} Example: {“mid”:“lsn4mdj1416v350j0001”, “amount”:100}

Response

Successful transaction data retrieval

itemslist of objectsOptional

Errors