Skip to main content
POST
Configure Plaid

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is a partner-level token.

Body

application/json
clientId
string
required

Plaid Client ID for API authentication.

secret
string
required

Plaid Secret Key for server-to-server authentication.

statementsEnabled
boolean

Whether the Statements product is be enabled for this Plaid integration. Must first be enabled for this client_id in the Plaid Dashboard (https://dashboard.plaid.com/developers/api) before setting this to true.

Response

Success

result
enum<string>

The result of the action performed.

Available options:
SUCCESS,
FAILURE
data
object