Approval Results[Webhook]

Http method
  • POST
Http body
ElementData TypeRemarks
kycStatusstringapproved: Passed,
rejected: Rejected,
reviewing: Under Review,
init: Initialized
requestNostringRequest ID
Request Example
{
    "kycStatus": "approved",
    "requestNo": "123"
}

Remarks
  • After receiving the webhook message, if it returns HTTP CODE 200, it means you have successfully received the webhook message. Otherwise, it will be retried.
  • For more error codes, please refer to the error code descriptions on the homepage.