v1

latestOpenAPI 3.0.02026-07-2468247202.3 KB
KYB > Verification (Profile-Based)

Make Business Profile Decision with Risk Scoring

Trigger a decision calculation or risk scoring for a previously created business profile using the specified template.

post/verify/make_decision_with_risk_scoring

Request body

business_profile_idstring required
template_idstring required

Every verification must have a template id associated with it. This is Provided to you by AiPrise.

client_reference_idstring

An id you want to associate with your request.

client_reference_dataobject

A JSON you want to associate with your request.

Example request

{
  "business_profile_id": "123e4567-e89b-12d3-a456-426614174000",
  "template_id": "b7daff11-9d1c-4916-bf5a-96e3041a9625",
  "client_reference_id": "b79160f1-3ea5-4bf0-be43-43c4a2cf8810"
}

Response

Successful operation

statusstring

Example response

{
  "status": "COMPLETED"
}