Create a customer funding sources token for dwolla.js

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

Before calling a function within dwolla.js to add a new funding source, you need to generate a funding sources token. Your server initiates a POST request to Dwolla, specifying for which Dwolla account or white label Customer you want to add a bank account. Dwolla will respond with a funding sources token that expires in an hour. This token will be sent to the client and used to authenticate the HTTP request asking Dwolla to add a new funding source.

Resources

Article - Using dwolla.js to add a bank

Request Parameters

ParameterData TypeParameter TypeRequiredDescription
idstringpathyesCustomer unique identifier.

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring
Authorizationstring