Create a funding source for a Master Dwolla Account

POST https://api-sandbox.dwolla.com/funding-sources

Create a new Funding Source for a Master Dwolla Account.

Request Parameters

ParameterData TypeParameter TypeRequiredDescription
accountNumberstringbodyyesThe bank account number.
routingNumberstringbodyyesThe bank account's routing number.
bankAccountTypestringbodyyesType of bank account: checking or savings.
namestringbodyyesArbitrary nickname for the funding source.

Request Body

{"routingNumber"=>"222222226", "accountNumber"=>"123456789", "bankAccountType"=>"checking", "name"=>"My Bank"}

HEADERS

KeyDatatypeRequiredDescription
Acceptstring
Content-Typestring
Authorizationstring