Create re-authentication exchange session
Create a new re-authentication exchange session.
Request body requirements vary by exchange type:
- For Visa: Request body with redirect URL is required
- For Plaid Web: No request body is required
- For Plaid Mobile: Request body with redirect URL is required
The redirect URL will be validated against previously configured URLs stored in Dwolla. After completing the re-authorization process, the user will be redirected back to your application using this URL.
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
application/vnd.dwolla.v1.hal+json
Path Parameters
Exchange's unique identifier
Body
Request body containing the redirect URL. Required for:
- Visa exchange sessions
- Plaid mobile sessions Not required for:
- Plaid web sessions
Create re-auth exchange session for web (Plaid web sessions where request body is optional)
Create re-auth exchange session for web (Plaid web sessions where request body is optional)
Create re-auth exchange session with redirect URL (required for mobile sessions with Visa and Plaid)
Response
created