Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.64 KB

RecaptchaRequiredError.md

File metadata and controls

19 lines (14 loc) · 1.64 KB

RecaptchaRequiredError

The request was flagged by Plaid's fraud system, and requires additional verification to ensure they are not a bot.

Properties

Name Type Description Notes
error_type str RECAPTCHA_ERROR
error_code str RECAPTCHA_REQUIRED
display_message str
http_code str 400
link_user_experience str Your user will be prompted to solve a Google reCAPTCHA challenge in the Link Recaptcha pane. If they solve the challenge successfully, the user's request is resubmitted and they are directed to the next Item creation step.
common_causes str Plaid's fraud system detects abusive traffic and considers a variety of parameters throughout Item creation requests. When a request is considered risky or possibly fraudulent, Link presents a reCAPTCHA for the user to solve.
troubleshooting_steps str Link will automatically guide your user through reCAPTCHA verification. As a general rule, we recommend instrumenting basic fraud monitoring to detect and protect your website from spam and abuse. If your user cannot verify their session, please submit a Support ticket with the following identifiers: `link_session_id` or `request_id`
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]