Request a New Transfer

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.

Path Params
uuid
required
Body Params
string
enum
required

NOTE: The Sandbox environment currently only supports ach

  • ach Transfer via ACH (US Only).
  • wire Transfer via wire (international).
Allowed:
uuid

Required if type = ach

The ach_relationship created for the account_id here

uuid

Required if type = wire

The bank_relationship created for the account_id here

string
required

Must be > 0.00

string
enum
required
  • INCOMING Funds incoming to user’s account (deposit).
  • OUTGOING Funds outgoing from user’s account (withdrawal).
Allowed:
string
enum
required

Only immediate is currently supported.

values:

  • immediate

  • next_day

Allowed:
string | null

Additional details for when type = wire

string

Only outgoing wire fees are currently supported for automated processing.

user The end user will pay any applicable fees invoice Any applicable fees will be billed to the client in the following monthly invoice

ira
object

This field is used for IRA Account only

Response

Language
Credentials
Basic
base64
:
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json