The endpoint returns a list of all settlement transactions for a partner over a specified date range, from date_start
to date_end
, with the search period limited to a maximum of 31 days.
List settlement transactions that match the search query parameters
Unauthorized
Validation Errors
Too Many Requests
Error
Maintenance or Service unavailable
{- "data": [
- {
- "pid": "2e4c89ac-1290-426f-8de0-4c7b40b91d3a",
- "amount": "25000.00000000",
- "state": "pending",
- "type": "withdrawal",
- "fiat_id": 1,
- "fiat_symbol": "EUR",
- "payment_reference": "string",
- "created_at": "2021-07-01T14:56:45+03:00"
}
], - "meta": {
- "total_count": 48,
- "page": 3,
- "page_size": 10
}, - "links": {
- "first": "?page=1&page_size=10",
- "last": "?page=5&page_size=10",
- "prev": "?page=2&page_size=10",
- "next": "?page=4&page_size=10",
- "self": "?page=3&page_size=10"
}
}