Xsolla-logo

Get payouts

get/merchants/{merchant_id}/reports/transfers

Lists all payouts for a period.

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
datetime_from
string <datetime>

Period start.

datetime_to
string <datetime>

Period end.

legal_entity_id
integer

ID of the developer's legal entity.

status
string

Payout status.

Enum: Description
hold

Waiting for a request to proceed.

ready

Payout in progress.

paid

Payout completed.

Responses
200

OK.

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