v3
latestOpenAPI 3.0.32026-07-31489099.0 KBFinancial Institutions
Create update link token for existing financial institution
post/accounts/{account_id}/financial-institutions/{fi_id}/update-link-token
Path parameters
account_idstring required
ID of the resource
Example:2VZvtmVc2j3gQ80CTlcuQXbGrwC
Account ID
fi_idstring required
ID of the resource
Example:2VZvtmVc2j3gQ80CTlcuQXbGrwC
Financial Institution ID
Request body
Example request
{
"android_package_name": "com.example.myapp",
"date_of_birth": "1990-01-01",
"email_address": "user@example.com",
"legal_name": "John Doe",
"phone_number": "+1234567890",
"redirect_uri": "https://app.example.com/plaid-oauth"
}Response
OK
Example response
{
"callback_url": "http://localhost:4000/financial_institutions/register_account",
"expiration": "2024-01-01T12:00:00Z",
"link_token": "link-sandbox-123456789"
}