Exchange Plaid Public Token

post/api/tradfi/v1/plaid/link/token/exchange

Exchanges a public token received from Plaid Link for secure storage. After a user completes the Plaid Link flow, the client receives a public token which must be exchanged using this endpoint to complete the bank account linking process.

Request Body

Tokens required to complete the Plaid Link exchange
enterpriseId string required
The ID of the enterprise
Min length: >= 1 characters
publicToken string required
The public token received from the Plaid Link Widget
Min length: >= 1 characters
linkToken string required
The link token used to initiate the Plaid Link flow
Min length: >= 1 characters
ipAddress string <ipv4>
IP address of the end-user who completed the Plaid Link flow. Although optional, it is highly recommended to provide this value as it may impact the user's trust score.
Example: 203.0.113.42

200 Response

data object required
publicToken string required
The public token that was exchanged
linkToken string required
The link token associated with this exchange

400 Response

errorName string required
error string required

404 Response

errorName string required
error string required

500 Response

errorName string required
error string required