List risk evaluation overrides
List evaluation overrides.
Query parameters
Unique identifier for the customer account. Multiple IDs can be provided as a comma-separated list.
Unique identifier for the evaluation override. Multiple IDs can be provided as a comma-separated list.
Unique identifier for the spend control. Multiple IDs can be provided as a comma-separated list.
Unique identifier for the card. Multiple IDs can be provided as a comma-separated list.
The type of evaluation override. Always present in responses; behavior and filtering depend on this field.
Filter by the type of evaluation override.
Filter by the reason for the evaluation override.
Optional pagination token to be provided to retrieve subsequent pages, returned from previous get
Specifies the sort order for the returned evaluation override list.
Unique identifier for the transaction. Multiple IDs can be provided as a comma-separated list.
Maximum number of objects to return per page. If the limit is greater than 100, then it will be set to 100.
Unique identifier for the customer. Multiple IDs can be provided as a comma-separated list.
Response
List of evaluation overrides.
Example response
{
"evaluation_overrides": [
{
"account_id": "30044785-ddb0-4a51-be1c-402bd4ba2b2b",
"active_at": "2024-01-01T00:00:00.000Z",
"card_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"creation_time": "2010-05-06T12:23:34.321Z",
"customer_id": "5f4ff599-7c29-4f69-a3d9-e103e151afbd",
"expires_at": "2024-12-31T23:59:59.000Z",
"id": "9b1deb4d-3b7d-4bad-9bdd-2b0d7b3dcb6d",
"last_updated_time": "2010-05-06T12:23:34.321Z",
"reason": "False positive - customer confirmed transaction is legitimate.",
"spend_control_id": "b2c3d4e5-f6a7-8901-bcde-f12345678901",
"transaction_id": "f387d971-d23b-4cc0-997a-7bc4f895fe9a"
}
],
"next_page_token": "a8937a0d"
}