Create an IAV token for dwolla.js

POST https://api-sandbox.dwolla.com/customers/{{customerId}}/iav-token

To initiate the IAV flow, dwolla.js requires a single-use IAV token for a Customer. Your server initiates a POST request to Dwolla, specifying for which Customer you want to add/verify a bank account. Dwolla will respond with a non-expiring single-use token. This IAV token will be sent to the client and used to authenticate the HTTP request asking Dwolla to render the IAV flow.

Resources

Article - Funding source verification - IAV
Article - dwolla.js - IAV

Request Parameters

ParameterData TypeParameter TypeRequiredDescription
idstringpathyesCustomer unique identifier.

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring
Authorizationstring