Sha256: 4d1c5a526f5135e31dce19129400cf07d0f98d5541a939544874564b49700e55

Contents?: true

Size: 1.49 KB

Versions: 4

Compression:

Stored size: 1.49 KB

Contents

# Plaid::RecaptchaRequiredError

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **error_type** | **String** | RECAPTCHA_ERROR |  |
| **error_code** | **String** | RECAPTCHA_REQUIRED |  |
| **display_message** | **String** |  |  |
| **http_code** | **String** | 400 |  |
| **link_user_experience** | **String** | 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** | **String** | 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** | **String** | 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` |  |

## Example

```ruby
require 'plaid'

instance = Plaid::RecaptchaRequiredError.new(
  error_type: null,
  error_code: null,
  display_message: null,
  http_code: null,
  link_user_experience: null,
  common_causes: null,
  troubleshooting_steps: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
plaid-14.0.0.beta.4 docs/RecaptchaRequiredError.md
plaid-14.0.0.beta.3 docs/RecaptchaRequiredError.md
plaid-14.0.0.beta.2 docs/RecaptchaRequiredError.md
plaid-14.0.0.beta.1 docs/RecaptchaRequiredError.md