Open Banking
This section dives into the process of leveraging Dwolla’s Exchange Sessions API for Instant Account Verification (IAV) within your application. Dwolla’s Exchange Sessions API enables you to leverage open banking providers to perform bank account verification in real-time, streamlining your onboarding process and improving user experience. An Exchange Session represents a generated IAV session that is established between Dwolla and integrated open banking service providers for the purposes of user bank account verification.Instant Account Verification Flow
Here’s a breakdown of the steps: Step 1: Initiate Exchange Session- Use the create an exchange session endpoint of the Dwolla API to initiate an Exchange Session for an External Party.
- Specify the desired open banking provider (e.g., MX) within the request body.
- Make an API call to retrieve an exchange session. Upon success, Dwolla will return an
external-provider-session
URL where your application will redirect the user to a secure login. - The user logs in to their bank account and grants your application permission to access specific financial data for account verification.
- Implement proper error handling mechanisms to address potential issues during the verification process.
- Upon successful authorization, you’ll obtain specific user and selected account details from the open banking provider which will be used to create an exchange.
- Dwolla retrieves relevant account data from the user’s bank through the secure open banking provider API connection established during the Exchange Session.
- Using the create a funding source endpoint, you’ll create a funding source by passing in the exchange resource from the previous step.
- Dwolla returns a 201 response and triggers a
external_party.funding_source:created
webhook indicating the funding source verification and creation is complete.
Exchange Sessions resource
Parameter | Description |
---|---|
_links | A _links JSON object containing a collection of links to related resources including: exchange session, exchange-partner, and external-provider-session. The unique URL called “external-provider-session” is specifically designed to be embedded within your application, facilitating the Instant Account Verification flow. |
created | ISO 8601 timestamp of when the exchange-partner resource was created. |