exchange sessions
Retrieve exchange session
Returns details of a previously created exchange session. Response varies by partner:
- MX: _links.external-provider-session.href (redirect URL for verification).
- Plaid: externalProviderSessionToken (token to initialize Plaid Link).
- Checkout.com: externalProviderSessionData with id, payment_session_secret, and payment_session_token to initialize the Checkout.com Flow component for debit card capture (Push to Card).
get/exchange-sessions/{id}
Path parameters
idstring required
Exchange session's unique identifier
Headers
Accept'application/vnd.dwolla.v1.hal+json' required
The media type of the response. Must be application/vnd.dwolla.v1.hal+json
Response
successful operation