POST /beacon/account_risk/v1/evaluate
Use /beacon/account_risk/v1/evaluate
to get risk insights for a linked account.
Servers
- https://production.plaid.com
- https://sandbox.plaid.com
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
device |
Object | No |
Details about the end user's device. When calling |
device.ip_address |
String | No |
The IP address of the device that initiated the transaction |
device.user_agent |
String | No |
The user agent of the device that initiated the transaction (e.g. "Mozilla/5.0") |
client_id |
String | No |
Your Plaid API |
options |
Object | No |
An optional object to filter |
options.account_ids[] |
Array | No |
An array of |
evaluate_time |
String | No |
The time the event for evaluation has occurred. Populate this field for backfilling data. If you don’t populate this field, we’ll use the timestamp at the time of receipt. Use ISO 8601 format (YYYY-MM-DDTHH:mm:ssZ). |
evaluation_reason |
String | No |
Description of the reason you want to evaluate risk.
Possible values:
|
client_evaluation_id |
String | No |
Unique identifier of what you are looking to evaluate (account add, information change, etc.) to allow us to tie the activity to the decisions and possible fraud outcome sent via our feedback endpoints. You can use your internal request ID or similar. |
access_token |
String | No |
The access token associated with the Item data is being requested for. |
secret |
String | No |
Your Plaid API |
client_user_id |
String | No |
A unique ID that identifies the end user in your system. This ID is used to correlate requests by a user with multiple evaluations and/or multiple linked accounts. Personally identifiable information, such as an email address or phone number, should not be used in the client_user_id. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.