Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Headers
The media type of the response. Must be application/vnd.dwolla.v1.hal+json
application/vnd.dwolla.v1.hal+json
Path Parameters
Customer's unique identifier
Body
Parameters for creating a funding source
Parameters for creating customer funding sources using different methods:
- Bank Account: Traditional method using routing/account numbers
- Exchange: Using IAV through exchange partners (Plaid, MX, etc.)
- Virtual Account: Creating Virtual Account Numbers (VANs)
Schema for creating a basic bank funding source using routing and account numbers. This is the traditional method of adding a bank account.
A bank routing number that identifies a bank or credit union in the U.S.
"222222226"
The bank account number
"123456789"
Type of bank account
checking
, savings
, general-ledger
, loan
"checking"
Arbitrary nickname for the funding source. Must be 50 characters or less.
"Jane Doe's Checking"
Use when creating an unverified bank account.
false
A processor token obtained from Plaid for adding and verifying a bank
An array containing a list of processing channels. ACH is the default processing channel for bank transfers.
Response
created