Xsolla-logo

Find transactions (fast search)

get/merchants/{merchant_id}/reports/transactions/simple_search

Gets a list of transactions based on specific search parameters within a few seconds. This is an alternative to the Find transactions API call that returns data in JSON, CSV, or XLS format.

SecuritybasicAuth
Request
path Parameters
merchant_id
required
integer

Merchant ID.

query Parameters
transaction_id
required
integer

Transaction ID. One of the query parameters must be passed. If you pass transaction_id, skip external_id.

external_id
required
string

Transaction ID in the game. It is unique for each payment. One of the query parameters must be passed. If you pass external_id, skip transaction_id.

Responses
200

The list of transactions was successfully returned.

403

Access Denied.

404

Transaction Not Found.

422

Unprocessable Entity (You must pass either transaction_id or external_id).

Request samples
Response samples
application/json
[
  • {
    }
]