plaid

Compute Protect Trust Index Score

Use this endpoint to compute a Protect Trust Index score and retrieve fraud attributes

post/protect/compute

Request body

client_idstring

Your Plaid API client_id. The client_id is required and may be provided either in the PLAID-CLIENT-ID header or as part of a request body.

secretstring

Your Plaid API secret. The secret is required and may be provided either in the PLAID-SECRET header or as part of a request body.

modelstring required

The name of the Trust Index model to use for calculating the Trust Index Score, with an optional version suffix. Examples include ti-link-session-2.0, ti-identity-2.0, ti-link-session, and ti-identity. If the version suffix is not included, the most recent version of that model will be used. The model specified may require certain fields within model_inputs. For example, ti-link-session-2.0 requires the link field to be provided in model_inputs.

Response

OK

fraud_attributesFraudAttributes nullable

Event fraud attributes as an arbitrary set of key-value pairs.

request_idstring required

A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive.

Changes