Approval Results[Webhook]
Http method
- POST
Http body
Element | Data Type | Remarks |
---|---|---|
kycStatus | string | approved: Passed, rejected: Rejected, reviewing: Under Review, init: Initialized |
requestNo | string | Request 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.
Updated 11 months ago