lib/plaid/models/document_risk_summary.rb in plaid-32.0.0 vs lib/plaid/models/document_risk_summary.rb in plaid-33.0.0
- old
+ new
@@ -1,11 +1,11 @@
=begin
#The Plaid API
#The Plaid REST API. Please see https://plaid.com/docs/api for more details.
-The version of the OpenAPI document: 2020-09-14_1.565.0
+The version of the OpenAPI document: 2020-09-14_1.575.0
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.3.0
=end
@@ -14,10 +14,10 @@
require 'time'
module Plaid
# A summary across all risk signals associated with a document
class DocumentRiskSummary
- # A number between 0 and 100, inclusive, where a score closer to 0 indicates a document is likely to be trustworthy and a score closer to 100 indicates a document is likely to be fraudulent
+ # A number between 0 and 100, inclusive, where a score closer to 0 indicates a document is likely to be trustworthy and a score closer to 100 indicates a document is likely to be fraudulent. You can automatically reject documents with a high risk score, automatically accept documents with a low risk score, and manually review documents in between. We suggest starting with a threshold of 80 for auto-rejection and 20 for auto-acceptance. As you gather more data points on typical risk scores for your use case, you can tune these parameters to reduce the number of documents undergoing manual review.
attr_accessor :risk_score
# Attribute mapping from ruby-style variable name to JSON key.
def self.attribute_map
{