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.
OK.
[- {
- "payout": {
- "id": 1,
- "date": "2014-01-03T00:00:00+04:00",
- "note": "12/05/2013 - 01/04/2014",
- "currency": "USD"
}, - "transfer": {
- "date": "2014-01-05T00:00:00+04:00",
- "note": "004357",
- "currency": "USD"
}, - "rate": 1,
- "canceled": 0
}
]