Xsolla-logo

Find transactions (fast search)Server-sideAdmin

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.

Notice

This API call does not contain the project_id path parameter, so you need to use the API key that is valid in all the company’s projects to set up authorization.

SecuritybasicAuth
Request
path Parameters
merchant_id
required
integer

Merchant ID.

query Parameters
transaction_id
integer

Transaction ID. Either this or external_id must be provided, but not both.

external_id
string

Transaction ID in the game. It is unique for each payment. Either this or transaction_id must be provided, but not both.

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
[
  • {
    }
]