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.