Withdraw Funds
POST/b2b/funds/withdrawals
Withdraw funds from a master account or, when user is provided, from a
sub-account on behalf of its owner.
Request
Responses
- 200
- 400
- 401
- 404
- 408
- 429
- 500
- 503
Response
Bad Request. Error codes:
EGeneral:Bad data— invalid request payload (for example, non-positive amount) — not retryable
Unauthorized — authentication failed or credentials are missing/invalid. Not retryable.
Not Found. Error codes:
EFunding:Unknown withdraw key— the provided withdrawal key does not exist — not retryable
Request Timeout — the request took too long to process. Retryable.
Too Many Requests — rate limit exceeded. Retryable with backoff.
Internal Server Error — an unexpected error occurred. Generally retryable.
Service Unavailable — the service is temporarily unavailable. Retryable.