funding sources

Update or remove a funding source

Updates a bank or debit card funding source's details, or soft deletes it.

For bank funding sources you can change the name (any status), or modify routing/account numbers and account type (unverified status only).

For debit card funding sources you can change the name and any field within cardDetails, including the optional cardholder identity fields dateOfBirth, countryOfBirth, and identification. This is how you add or update those identity values on a card funding source that already exists.

You must provide at least one updateable field. Bank funding sources cannot be updated with card fields, and card funding sources cannot be updated with bank fields.

When removing, the funding source is soft deleted and can still be accessed but marked as removed.

post/funding-sources/{id}

Path parameters

idstring required

Funding source unique identifier

Headers

Accept'application/vnd.dwolla.v1.hal+json' required

The media type of the response. Must be application/vnd.dwolla.v1.hal+json

Request body

OR
OR
OR

Example request

{
  "routingNumber": "222222226",
  "accountNumber": "123456789",
  "bankAccountType": "checking",
  "name": "Jane Doe’s Checking"
}

Response

successful operation

Changes