결제 파라미터 관련 문의 드립니다.

점ID: qomicszpod
:
, 료 Email.

는 html
button.addEventListener("click", function () {
paymentWidget.requestPayment({
orderId: generateRandomString(),
amount: amount,
orderName: "test Product",
successUrl: window.location.href + "/success.php",
failUrl: window.location.href + "/fail.php",
customData: {
customerEmail: "test",
customerName: "test",
customerMobilePhone: "test"
}
})

, 어 success.php, success.php서 email , .

sucess.php, payment key, orderId, amout.
, 저 3??
Was this page helpful?