Create processor token
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 can be modified by calling /processor/token/permissions/set. To revoke the processor's access, the entire Item must be deleted by calling /item/remove.
Request Body
Required
ProcessorTokenCreateRequest defines the request schema for /processor/token/create
Parameters
client_id
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.
secret
secret. The secret is required and may be provided either in the PLAID-SECRET header or as part of a request body.
access_token
account_id
account_id value obtained from the onSuccess callback in Link
processor
Response
ProcessorTokenCreateResponse defines the response schema for /processor/token/create and /processor/apex/processor_token/create
Response Properties
processor_token
processor_token that can then be used by the Plaid partner to make API requests
request_id