v1

latestOpenAPI 3.0.3Apache License Version 2.02026-07-2631211285.4 KB
Support Services

Retrieve Evaluation Status

API to retrieve the status of an antifraud evaluation.

get/v1/antifraud/evaluations/{id}

Path parameters

idstring required

Could be either Evaluation ID returned by api on evaluation :evaluation_id or reference id sent by client on evaluation :store.reference_id

Query parameters

field'EVALUATION_ID' | 'REFERENCE_ID'

Indicates which field should be used to look up the case (evalaution_id or reference_id). By default its value is EVALUATION_ID.

Response

Antifraud analysis status response

onboardingIdstring required

Onboarding identification

referenceIdstring required

Client transaction identifier

status'PENDING' | 'INPROGRESS' | 'ACTIONREQUIRED' | 'COMPLETED' | 'REJECT' | 'CANCELLED' required

Onboarding status

messagestring

Information message

Example response

{
  "onboardingId": "31ff2cc8-199e-4c3c-ba2d-4d85b88bd9f2",
  "referenceId": "FGCCCEA53JYSHXX",
  "message": "Test message",
  "credentials": {
    "storeCode": "STORE12",
    "privateKey": "dqwg43yefnjnk5fe",
    "orgId": "s4fes6ytr4"
  },
  "paymentAccounts": [
    {
      "account": "AP12345PI",
      "evaluatesFraud": true
    }
  ]
}