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
Parameter | Data Type | Parameter Type | Required | Description |
---|---|---|---|---|
id | string | path | yes | Customer unique identifier. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string | ||
Authorization | string |