Skip to main content
A processor token tokenizes sensitive information (such as account and routing numbers) between a bank linking provider and a payment service provider — for example, a Plaid–Checkout integration. Use a processor token when a downstream processor needs to act on a bank account without handling raw account details.
API Reference
  • Create a processor token: POST /bank-linking/accounts/{accountId}/processor-token

Overview

Processor tokens are optional and are used to make calls to a payment service provider (for example, Checkout) on behalf of the bank linking provider (for example, Plaid) without needing to directly pass the sensitive data. For example, Plaid can authorize Checkout to pull money from a user’s bank account by sending a processor token instead of the raw account details.
  • Processor tokens do not expire.
  • Processor tokens cannot be modified, but can be revoked at any time.
  • Meld currently supports processor tokens for Plaid and MX.
Processor Token is treated differently than other products: it isn’t requested in the initial call to /bank-linking/connect/start. It has its own dedicated endpoint.
For Plaid-specific details, see Plaid’s processor documentation.