Manual Risk Feedback

Submit a manual review decision for an application when a human risk review is required.

Request

POST /merchant-onboarding/{applicationId}/feedback

Allowed decisions

  • approve

  • reject

  • needs_more_info

Example request body

{
  "decision": "approve",
  "notes": "Approved after document review"
}

Example response

{
  "applicationId": "app_01J6ZQZ7V0F4EMG6YF3H7K2S6W",
  "status": "APPROVED",
  "updatedAt": "2025-09-15T18:02:44Z"
}

Last updated