private/fiat/fiat-get-plaid-token
POSTGet a Plaid link token for the user. Must call this before initiating the Plaid Link flow on the frontend. The token is single-use and expires — a new token is generated each time./private/fiat/fiat-get-plaid-token
Request
Body
required
Request id (echoed in response)
Must be "private/fiat/fiat-get-plaid-token"
Your API key (only required for private REST)
HMAC-SHA256 signature in hex (only required for private REST)
Current timestamp in milliseconds, e.g. "1773372503821".
The account UUID of the user on whose behalf the broker is making the request
params objectrequired
Plaid Link redirect URI. Required for iOS. Must match a URI pre-registered with CDC during broker onboarding.
Android package name used by Plaid Link for deep-link return. Required for Android.
Optional. When provided, puts Plaid Link into update (relink) mode for the specified bank account. Use when the account has status: expired. Omit for the initial linking flow.
Schema
Echoed request id
Method invoked
0 = success; non-zero indicates error (reason code).
result object
Plaid link token for initiating Plaid Link flow (single-use)
Token expiration timestamp in ISO 8601 format
Request identifier for tracking
Present when code !== 0.
Present when code !== 0.