🚚Send verification result
Process the result obtained from integrated identity verification.
Based on the the verification result in the response object (rsp
) returned after the verification process is completed, add the post-verification processing logic in the callback
function. When the verification is successful, add the logic to send the verification ID (imp_uid
) to the server as in the following example. Check the value returned when the verification is successful.
1. Example of sending data via callback
client-side
2. Example of sending data via redirection
The page is redirected to the URL specified in param.
m_redirect_url
of IMP.
certification
with the verification data as follows:
Query String
Last updated