v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
Integration Endpoints

account/set-plaid-credentials

This endpoint is used to configure the optional integration with a Plaid account. For more information please visit our integration section.

post/account/set-plaid-credentials

Response

Successboolean

True if the request was successful, false if it failed

ErrorMessagestring

Contains a description of the error if the request failed

PlaidClientIDstring

Your updated plaid client ID

PlaidSecretKeystring

Your updated plaid secret key

PlaidUrlstring

Your updated plaid URL

Example response

{
  "PlaidClientID": "{PlaidClientID}",
  "PlaidSecretKey": "{PlaidSecretKey}",
  "PlaidUrl": "{PlaidUrl}"
}