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 due to already being verified in your Wallet before withdrawal.
This functionality must be enabled for your account upon request. Reach out to our customer success team at [email protected] if you'd like to enable RTP payments
Updated 6 months ago