일정 기간 동안의 모든 지불금을 나열합니다.
OK.
curl -i -X GET \ -u <username>:<password> \ '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"
}
}
]