Create a Cards funding sources token for dwolla-cards.js
POST https://api-sandbox.dwolla.com/customers/{{customerId}}/card-funding-sources-token
To initiate the Add a debit card form, dwolla-cards.js requires a single-use Card funding sources token for a Customer. Your server initiates a POST request to Dwolla, specifying for which Customer you want to add a Debit Card. Dwolla will respond with a single-use token. This Card funding sources token will be sent to the client and used to authenticate the HTTP request asking Dwolla to render Add a Debit Card form.
Resources
Guide - Add a Debit Card Using Dwolla-cards.js
Concept - Debit Cards
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 |