Xsolla-logoXsolla Developers
or
To Publisher Account

Get payouts breakdown in currencyServer-sideAdmin

get/merchants/{merchant_id}/reports/transactions/summary/transfer

Gets payouts breakdown in currency.

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

Transaction status.

Enum: "done" "canceled" "error"
Responses
200

OK.

Request samples
curl -i -X GET \
  -u <merchant_id>:<api_key> \
  'https://api.xsolla.com/merchant/v2/merchants/{merchant_id}/reports/transactions/summary/transfer?datetime_from=string&datetime_to=string&legal_entity_id=0&status=done'
Response samples
application/json
[
  • {
    },
  • {
    },
  • {
    }
]