---
title: "Retrieve Evaluation Status"
method: GET
path: "/v1/antifraud/evaluations/{id}"
tags: ["Support Services"]
---

# Retrieve Evaluation Status

`GET /v1/antifraud/evaluations/{id}`

API to retrieve the status of an antifraud evaluation.

## Path parameters

- `id` string, required

## Query parameters

- `field` 'EVALUATION_ID' | 'REFERENCE_ID'

## Response `200`

Antifraud analysis status response

- StandardApiResponse
  - `onboardingId` string, required — Onboarding identification
  - `referenceId` string, required — Client transaction identifier
  - `status` 'PENDING' | 'INPROGRESS' | 'ACTIONREQUIRED' | 'COMPLETED' | 'REJECT' | 'CANCELLED', required — Onboarding status
  - `message` string — Information message
  - `credentials` Credentials
    - `storeCode` string, required — Store code
    - `privateKey` string — Authentication key
    - `orgId` string — Fingerprint key
  - `paymentAccounts` PaymentAccount[]
    - `paymentMethod` 'CARD' — Payment method for the extract
    - `account` string — Payment account number
    - `evaluatesFraud` boolean — Indicates if the account has antifraud

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/koin/apis/payments-api.md) · [All operations](https://skmtc.net/koin/apis/payments-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/koin/payments-api/versions/6f2c01e43fe2/schema)
