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:
externalProviderSessionDatawithid,payment_session_secret, andpayment_session_tokento initialize the Checkout.com Flow component for debit card capture (Push to Card).
Documentation Index
Fetch the complete documentation index at: https://developers.dwolla.com/llms.txt
Use this file to discover all available pages before exploring further.
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 session's unique identifier
Response
successful operation
Details of a previously created exchange session. Response shape varies by exchange partner.
- MX: includes
_links.external-provider-session.href(redirect URL). - Plaid: includes
externalProviderSessionToken(Link initialization token). - Checkout.com: includes
externalProviderSessionData(payment session for Flow/debit card capture).
"2024-03-25T17:13:38.430Z"
Present for Plaid exchange sessions. Contains the token to initialize the Plaid Link flow.
"link-production-b41e8ed3-0874-4c64-b07d-a77088979d5f"
Present for Checkout.com exchange sessions (Push to Card / debit card flow). Use these fields to initialize the Checkout.com Flow component for card capture.