Plaid logo
Docs
ALL DOCS

Errors

  • Overview
  • Item errors
  • Institution errors
  • Transactions errors
  • Transfer errors
  • Signal errors
  • Income errors
  • Sandbox errors
  • API errors
  • Assets errors
  • Payment errors (Europe)
  • Virtual Accounts errors (Europe)
  • Check Report errors
  • Check Report webhook errors
  • CRA Monitoring errors
  • User errors
  • Invalid Request errors
  • Invalid Input errors
  • Invalid Result errors
  • Rate Limit Exceeded errors
  • Recaptcha errors
  • OAuth errors
  • Microdeposits errors
  • Partner errors
Plaid logo
Docs
Plaid.com
Log in
Get API Keys
Open nav
Close search modal
Ask Bill!
Ask Bill!
Hi! I'm Bill! You can ask me all about the Plaid API. Try asking questions like:
    Pssst -- I also moonlight as your IDE's research librarian! Plug me in via the Plaid MCP Server.
    Note: Bill isn't perfect. He's just a robot platypus that reads our docs for fun. You should treat his answers with the same healthy skepticism you might treat any other answer on the internet. This chat may be logged for quality and training purposes. Please don't send Bill any PII -- he's scared of intimacy. All chats with Bill are subject to Plaid's Privacy Policy.

    CRA Monitoring Errors

    Guide to troubleshooting Cash Flow Updates subscription errors

    SUBSCRIPTION_NOT_FOUND

    The provided subscription_id could not be found.
    Common causes
    • The subscription_id was never created, or contains a typo.
    • The subscription_id belongs to a different client.
    • The subscription was already deleted.
    • The subscription_id was created in a different environment (Sandbox vs Production).
    Troubleshooting steps
    API error response
    http code 404
    {
     "error_type": "CRA_MONITORING_ERROR",
     "error_code": "SUBSCRIPTION_NOT_FOUND",
     "error_message": "no subscription found for the subscription id provided.",
     "display_message": null,
     "request_id": "HNTDNrA8F1shFEW"
    }

    SUBSCRIPTION_ALREADY_EXISTS

    The user already has an active subscription of the requested kind.
    Common causes
    • The user already has an active subscription and can hold only one of this kind at a time.
    • A create call was retried after the original call had already succeeded.
    Troubleshooting steps
    API error response
    http code 400
    {
     "error_type": "CRA_MONITORING_ERROR",
     "error_code": "SUBSCRIPTION_ALREADY_EXISTS",
     "error_message": "there already exists a subscription for the given user token.",
     "display_message": null,
     "request_id": "HNTDNrA8F1shFEW"
    }

    SUBSCRIPTION_LIMIT_EXCEEDED

    The user has reached the maximum number of active Cash Flow Updates subscriptions.
    Common causes
    • The user already holds the maximum of 10 active subscriptions.
    • Subscriptions were created per report rather than reused, so unused subscriptions have accumulated on the user.
    Troubleshooting steps
    API error response
    http code 400
    {
     "error_type": "CRA_MONITORING_ERROR",
     "error_code": "SUBSCRIPTION_LIMIT_EXCEEDED",
     "error_message": "the provided user token has reached the maximum allowed number of active Cash Flow Updates subscriptions.",
     "display_message": null,
     "request_id": "HNTDNrA8F1shFEW"
    }
    Developer community
    GitHub
    GitHub
    Stack Overflow
    Stack Overflow
    YouTube
    YouTube
    Discord
    Discord