Simplify Open Banking Integration with Dwolla’s API. Leverage a single API to connect to various Open Banking providers and streamline account linking, verification, and data retrieval for your application.
external-provider-session
URL. Redirect your user to this secure login page.customer_funding_source_added
and customer_funding_source_verified
webhooks indicating successful funding source creation and verification.create an exchange session
endpoint to initiate an Exchange Session for your customer. Specify Plaid as the Open Banking provider in the request body.externalProviderSessionToken
.externalProviderSessionToken
on the frontend to initialize Plaid’s Link flow. The user authenticates their bank and grants permission for verification.publicToken
returned by Plaid. Use this token to create an exchange resource in Dwolla. This creates an “exchange” representing the link between the Dwolla customer and their external bank account.customer_funding_source_added
and customer_funding_source_verified
webhooks to indicate successful verification.external-provider-session
URL. Redirect your user to this secure login page for verification.availableConnectionToken
of the chosen available exchange connection. This creates an “exchange” representing the link between the Dwolla customer and their external bank account.customer_funding_source_added
and customer_funding_source_verified
webhooks indicating successful funding source creation and verification.