Sha256: 59643f377882345f0a0d9810850d100a49f456076198e0987d65d76d0a78f3cc

Contents?: true

Size: 1.34 KB

Versions: 4

Compression:

Stored size: 1.34 KB

Contents

# Plaid::IncomeVerificationStatusWebhook

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **webhook_type** | **String** | `\"INCOME\"` |  |
| **webhook_code** | **String** | `income_verification` |  |
| **income_verification_id** | **String** | The `income_verification_id` of the verification instance whose status is being reported. |  |
| **verification_status** | **String** | `VERIFICATION_STATUS_PROCESSING_COMPLETE`: The income verification status processing has completed.  `VERIFICATION_STATUS_UPLOAD_ERROR`: An upload error occurred when the end user attempted to upload their verification documentation.  `VERIFICATION_STATUS_INVALID_TYPE`: The end user attempted to upload verification documentation in an unsupported file format.  `VERIFICATION_STATUS_DOCUMENT_REJECTED`: The documentation uploaded by the end user was recognized as a supported file format, but not recognized as a valid paystub.  `VERIFICATION_STATUS_PROCESSING_FAILED`: A failure occurred when attempting to process the verification documentation. |  |

## Example

```ruby
require 'plaid'

instance = Plaid::IncomeVerificationStatusWebhook.new(
  webhook_type: null,
  webhook_code: null,
  income_verification_id: null,
  verification_status: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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