You'll then add a form to the body of the page where you want to collect the user's bank account information.
<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>
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.