Skip to main content

Plaid Access Token

Description

General

  • Documentation: https://plaid.com/docs/api/
  • Summary: Plaid is a financial services company. Access tokens allow users and applications to access resources.
  • IPs allowlist: This feature is not currently available.
  • Scopes: An access token is bound to a financial institution in Plaids' databases. Tokens are also tied to an environment (sandbox, development or production)

Revoke the secret

The secret can be revoked through the API: https://plaid.com/docs/api/tokens/#itemaccess_tokeninvalidate . Note that the new token will be contained in the response.

Check for suspicious activity

This feature is not currently available.

Details for Plaid access token

  • Family: Api

  • Category: Payment system

  • Company: Plaid

  • High recall: False

  • Validity check available: False

  • Minimum number of matches: 1

  • Occurrences found for one million commits: 1.07

  • Prefixed: False

  • PreValidators:

- type: FilenameBanlistPreValidator
banlist_extensions:
- ^lock$
- ^storyboard(c|er)?~?$
- ^xib$
banlist_filenames: []
check_binaries: false
include_default_banlist_extensions: false
ban_markup: false
- type: ContentWhitelistPreValidator
patterns:
- access-sandbox-
- access-development-
- access-production-

Examples

- text: plaid access-sandbox-6ye9qcbi-4vg0-d656-nepq-zwk03nopfno
apikey: access-sandbox-6ye9qcbi-4vg0-d656-nepq-zwk03nopfno
- text: plaid access-development-lshh5fym-josa-qfqi-sjmp-e2mrcfp202
apikey: access-development-lshh5fym-josa-qfqi-sjmp-e2mrcfp202
- text: plaid access-production-8f7cwcuc-jiwg-qsl6-3ew0-xw8ww2d450
apikey: access-production-8f7cwcuc-jiwg-qsl6-3ew0-xw8ww2d450

How can I help you ?