Skip to main content
GET
Returns your withdrawal history, page by page — use filter=all to also include mass-payout legs.
The example shows a merchant with no withdrawals yet.

Authorization

Dashboard-only (JWT session). Roles: merchant_admin / merchant_member / super_admin, with team permission withdrawals:view. Rate limit: 60/min. No API-key scope reaches this endpoint — calling it with an API key fails with 401 {"error":"Invalid or expired token"} (the key is not a JWT).

Parameters

integer
Page number to return, starting at 1. Defaults to 1.
integer
Rows per page, 1–100. Defaults to 25.
string
manual (default) returns only your own withdrawals; all also includes the per-recipient mass-payout legs.

Response

Errors

See also