결제금액확인

button.addEventListener("click", function () {
// 에 orderId, amount.
// .
paymentWidget.requestPayment({
orderId: "1W_pCfO4rzG9szJEcThKe",
orderName: "외 2",
successUrl: window.location.origin + "/success",
failUrl: window.location.origin + "/fail",
customerEmail: "customer123@gmail.com",
customerName: "",
customerMobilePhone: "01012341234",
});

, 액 db

드 confirm
?
Was this page helpful?