📔1. Prepare for verification

Prepare for mobile identity verification integration.

Initialize the IMP object using the Merchant ID.

client-side
var IMP = window.IMP; // Can be omitted
IMP.init("{Merchant ID}"); // Example: imp00000000

Last updated