Withdraw funds

📘

API Refs

Request

NameTypeDescriptionRequired
amountstringAmount of funds to deposityes

Response body

NameTypeDescriptionRequired
statusnumberResponse status codeyes
headersobjectResponse headers objectyes
bodystringResponse bodyyes

Example

  1. Withdraw funds Request;
    {
      "amount": "123.00"
    }
    
  2. 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