列示某个时间段内的所有出款。
注意
此API调用不包含project_id
路径参数,因此您需要使用在您公司的所有项目中都有效的API密钥来设置授权。
OK.
curl -i -X GET \ -u <merchant_id>:<api_key> \ 'https://api.xsolla.com/merchant/v2/merchants/{merchant_id}/reports/transfers?datetime_from=string&datetime_to=string&legal_entity_id=0&status=hold'
[- {
- "canceled": 0,
- "payout": {
- "currency": "USD",
- "date": "2014-01-03T00:00:00+04:00",
- "id": 1,
- "note": "12/05/2013 - 01/04/2014"
}, - "rate": 1,
- "transfer": {
- "currency": "USD",
- "date": "2014-01-05T00:00:00+04:00",
- "note": "004357"
}
}
]