Withdraw funds
API Refs
- Production: Withdraw funds from your Wallet
- Staging: Withdraw funds from your Wallet
Request
Name | Type | Description | Required |
---|---|---|---|
amount | string | Amount of funds to deposit | yes |
Response body
Name | Type | Description | Required |
---|---|---|---|
status | number | Response status code | yes |
headers | object | Response headers object | yes |
body | string | Response body | yes |
Example
- Withdraw funds Request;
{ "amount": "123.00" }
- Withdraw funds Response:
{ "status": "201", "headers": {}, "body": "" }
Description
This endpoint sends the provided amount of funds from your Wallet to your bank account via a standard ACH transaction. The funds typically take 1-2 business days to settle.
This functionality may need to be enabled for your account. Reach out to our customer success team at [email protected] if you have any questions.
Updated 8 days ago