2026-06-23
Date range filtering and export
The payins and payouts list endpoints now supportstartDate and endDate
filters (ISO 8601). New GET /v1/payins/export and GET /v1/payouts/export
endpoints download the full filtered range as CSV (default) or JSON.2026-06-23
Webhooks reference
The webhooks documentation now reflects the real event payloads: thepayout.update and balance.updated events, the full list of payout states,
the data fields, and how to verify request signatures.