Prepare for payment integration using the Merchant ID.
Last updated 2 years ago
var IMP = window.IMP; // Can be omitted IMP.init("Merchant ID"); // Example: imp00000000
const IMP = window.IMP; // Can be omitted IMP.init("{Merchant ID}"); // Example: imp00000000a
Be sure to initialize the IMP object only once.
Calling a sub-merchant (Tier) payment window
IMP.agency('Merchant ID', 'ABC'); //ABC = Tier Code
IMP.agency('Merchant ID', 'ABC'); //