3. Send verification result
Process the result obtained from credit card identity verification.
Based on the the verification result in the response object (rsp
) returned after the verification process is complete, 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
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:
Last updated