latestOpenAPI 3.0.32026-08-224982,0272.8 MB

e445c15e5bee

Plaid

Exchange Plaid Public Token

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.

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

Request body

enterpriseIdstring required

The ID of the enterprise

publicTokenstring required

The public token received from the Plaid Link Widget

linkTokenstring required

The link token used to initiate the Plaid Link flow

ipAddressstring 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 request

{
  "ipAddress": "203.0.113.42"
}

Response

OK