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
| Parameter | Data Type | Parameter Type | Required | Description |
|---|---|---|---|---|
| accountNumber | string | body | yes | The bank account number. |
| routingNumber | string | body | yes | The bank account's routing number. |
| bankAccountType | string | body | yes | Type of bank account: checking or savings. |
| name | string | body | yes | Arbitrary nickname for the funding source. |
Request Body
{"routingNumber"=>"222222226", "accountNumber"=>"123456789", "bankAccountType"=>"checking", "name"=>"My Bank"}
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Accept | string | ||
Content-Type | string | ||
Authorization | string |