Docs
Get API Keys

Step 1: Create a form #

You'll then add a form to the body of the page where you want to collect the user's bank account information.

html
<form>
  <div>
    <label>Routing number</label>
    <input
      type="text"
      id="routingNumber"
      name="routingNumber"
      placeholder="273222226"
    />
  </div>
  <div>
    <label>Account number</label>
    <input
      type="text"
      id="accountNumber"
      name="accountNumber"
      placeholder="Account number"
    />
  </div>
  <div>
    <label>Bank account name</label>
    <input type="text" id="name" name="name" placeholder="Name" />
  </div>
  <div>
    <select id="type" name="type">
      <option value="checking">Checking</option>
      <option value="savings">Savings</option>
    </select>
  </div>
  <div>
    <input type="submit" value="Add Bank" />
  </div>
</form>

<div id="logs"></div>
Test in the Sandbox for free today.
Use sandbox environment to test API requests.
Get API Keys
2023 All Rights Reserved
Financial institutions play an important role in our network.

All funds transfers made using the Dwolla Platform are performed by a financial institution partner, and any funds held in a Dwolla Balance are held by a financial institution partner. Learn more about our financial institution partners.