Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

Accept
enum<string>
default:application/vnd.dwolla.v1.hal+json
required

The media type of the response. Must be application/vnd.dwolla.v1.hal+json

Available options:
application/vnd.dwolla.v1.hal+json

Path Parameters

id
string
required

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).
created
string<date-time>
required
Example:

"2024-03-25T17:13:38.430Z"

externalProviderSessionToken
string

Present for Plaid exchange sessions. Contains the token to initialize the Plaid Link flow.

Example:

"link-production-b41e8ed3-0874-4c64-b07d-a77088979d5f"

externalProviderSessionData
object

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.