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
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 |