REST APIFiatPlaid

POST

Creates a Plaid Link token for initiating the Plaid Link flow. The token is used to open Plaid Link in the client application, allowing users to connect their bank accounts. After the user completes the Plaid Link flow, use the /api/tradfi/v1/plaid/link/token/exchange endpoint with the returned token (as linkToken) and the publicToken received from Plaid Link to complete the bank account linking process.

Body Params

object

  • enterpriseId string required
    The ID of the enterprise

    at least 1 characters

  • androidPackageName string
    The Android package name for OAuth redirect flows. Required when initializing Plaid Link on Android.
  • redirectUri string
    The OAuth redirect URI for mobile and web flows.

Responses

201
Created

Response Body

object

  • data object required
    data object
    • token string required
      The Plaid Link token to use in the client
    • expiration string date-time required
      The expiration time of the link token
404
Not Found - Enterprise not found or user does not have access

Response Body

object

  • errorName string required
  • error string required
424
Failed Dependency - Plaid service is unavailable

Response Body

object

  • errorName string required
  • error string required
428
Precondition Required - Plaid is not configured for this account

Response Body

object

  • errorName string required
  • error string required
500
Internal Server Error

Response Body

object

  • errorName string required
  • error string required