Comment on page
📔
1. 본인인증 준비하기
휴대폰 본인인증 연동을 위한 준비
JavaScript
JS ES Next
client-side
var IMP = window.IMP; // 생략 가능
IMP.init("{가맹점 식별코드}"); // 예: imp00000000
client-side
const IMP = window.IMP; // 생략 가능
IMP.init("{가맹점 식별코드}"); // 예: imp00000000
Last modified 6mo ago