Open Banking
Create customer exchange session
Create a new exchange session for a customer to initiate Instant Account Verification using Dwolla’s trusted open banking partners. Currently supported partners are Plaid, Visa, and MX.
The redirect-url is conditionally required:
- Required for Visa exchange sessions
- Required for Plaid exchange sessions on mobile platforms (Android/iOS)
- Not required for MX exchange sessions or Plaid web sessions
POST
cURL
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Headers
The media type of the response. Must be application/vnd.dwolla.v1.hal+json
Available options:
application/vnd.dwolla.v1.hal+json
Path Parameters
Customer's unique identifier
Body
application/vnd.dwolla.v1.hal+json
Parameters for creating an exchange session
Create exchange session with redirect URL (required for Visa and for mobile sessions with Plaid)
Create exchange session with redirect URL (required for Visa and for mobile sessions with Plaid)
Create exchange session for web (MX and Plaid web sessions where redirect-url is not required)
Response
201
created
cURL