POST /processor/token/create

Used to create a token suitable for sending to one of Plaid's partners to enable integrations. Note that Stripe partnerships use bank account tokens instead; see /processor/stripe/bank_account_token/create for creating tokens for use with Stripe integrations. If using multiple processors, multiple different processor tokens can be created for a single access token. Once created, a processor token for a given Item cannot be modified or updated. To revoke the processor's access, the entire Item must be deleted by calling /item/remove.

Servers

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
client_id String No

Your Plaid API client_id. The client_id is required and may be provided either in the PLAID-CLIENT-ID header or as part of a request body.

processor String Yes

The processor you are integrating with.

Possible values:

  • "wyre"
  • "alpaca"
  • "wepay"
  • "dwolla"
  • "sila_money"
  • "atomic"
  • "ocrolus"
  • "vopay"
  • "unit"
  • "loanpro"
  • "adyen"
  • "astra"
  • "utb"
  • "finix"
  • "wedbush"
  • "rize"
  • "adp_roll"
  • "knot"
  • "taba_pay"
  • "boom"
  • "riskified"
  • "modern_treasury"
  • "checkout"
  • "bakkt"
  • "gusto"
  • "gemini"
  • "bond"
  • "nuvei"
  • "esusu"
  • "apex_clearing"
  • "svb_api"
  • "fortress_trust"
  • "check"
  • "checkbook"
  • "sardine"
  • "straddle"
  • "treasury_prime"
  • "solid"
  • "lithic"
  • "drivewealth"
  • "scribeup"
  • "circle"
  • "zero_hash"
  • "i2c"
  • "vesta"
  • "marqeta"
  • "alloy"
  • "highnote"
  • "ansa"
  • "stake"
  • "moov"
  • "teal"
  • "galileo"
  • "paynote"
  • "layer"
  • "achq"
account_id String Yes

The account_id value obtained from the onSuccess callback in Link

access_token String Yes

The access token associated with the Item data is being requested for.

secret String No

Your Plaid API secret. The secret is required and may be provided either in the PLAID-SECRET header or as part of a request body.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.