class

Plaid::RecaptchaRequiredError

Inherits OpenApi::Json < OpenApi::Validatable < JSON::Serializable::Unmapped < JSON::Serializable < Reference < Object

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

Constructors

new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

==(other : self)

Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code

common_causes

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.

Source
common_causes=(new_value : String | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] common_causes Object to be assigned

Source
display_message
Source
display_message=(new_value : String | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] display_message Object to be assigned

Source
error_code

RECAPTCHA_REQUIRED

Source
error_code=(new_value : String | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] error_code Object to be assigned

Source
error_type

RECAPTCHA_ERROR

Source
error_type=(new_value : String | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] error_type Object to be assigned

Source
hash(hasher)

Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code

http_code

400

Source
http_code=(new_value : String | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] http_code Object to be assigned

Source
list_invalid_properties

Show invalid properties with the reasons. Usually used together with valid? @return Array for valid properties with the reasons

Source
troubleshooting_steps

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

Source
troubleshooting_steps=(new_value : String | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] troubleshooting_steps Object to be assigned

Source
valid?

Check to see if the all the properties in the model are valid @return true if the model is valid

Source