await payment.requestPayment({
method: "VIRTUAL_ACCOUNT", // 가상계좌
amount: { currency: "KRW", value: 10000 },
orderId: "qqBMGnddTULGsamxpaIJV",
orderName: "토스 티셔츠 외 2건",
successUrl: window.location.origin + "/shop/success",
failUrl: window.location.origin + "/shop/fail",
customerEmail: "customer123@gmail.com",
customerName: "김토스",
customerMobilePhone: "01012341234"
});
await payment.requestPayment({
method: "VIRTUAL_ACCOUNT", // 가상계좌
amount: { currency: "KRW", value: 10000 },
orderId: "qqBMGnddTULGsamxpaIJV",
orderName: "토스 티셔츠 외 2건",
successUrl: window.location.origin + "/shop/success",
failUrl: window.location.origin + "/shop/fail",
customerEmail: "customer123@gmail.com",
customerName: "김토스",
customerMobilePhone: "01012341234"
});