Request a New Transfer

POST {{baseUrl}}/v1/accounts/:account_id/transfers

Create a new transfer to an account to fund it.

In the sandbox environment, you can instantly deposit to or withdraw from an account with a virtual money amount. In the production environment, this endpoint is used only for requesting an outgoing (withdrawal) wire transfer at this moment. For the wire transfer (in production), you need to create a bank resource first using the Bank API. For more on how to fund an account in sandbox please check out this tutorial here.

Request Body

{"transfer_type"=>"ach", "amount"=>"nulla dolor labore", "direction"=>"INCOMING", "timing"=>"immediate", "relationship_id"=>"d9907b35-5345-53a8-21c9-36ddff16875b", "bank_id"=>"9db763a8-7d6f-0b3c-ae05-8d3d83c0ca25", "additional_information"=>"sit consectetur dolor amet sed", "fee_payment_method"=>"irure adipisicing Duis"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"id":"22965c11-50be-d20e-1b37-a94d1082bce7","account_id":"9e777111-2ea7-088c-d14c-708f226633aa","type":"wire","status":"QUEUED","amount":"100","direction":"INCOMING","created_at":"2000-08-06T21:04:52.385Z","bank_id":"1fcd851d-a8af-8d41-13b0-845fb9fd3a5b","updated_at":"1990-04-27T19:36:11.878Z","expires_at":"1985-06-18T09:25:16.998Z","hold_until":"1992-12-21T07:27:33.676Z"}