해외 결제 위젯 연동시

.
.

은 USD
데 USD
useInternationalCardOnly 을 true .

method: "CARD", //
amount: {
currency: "USD",
value: 200,
},
orderId: Date.now(), /
orderName: '',
successUrl: window.location.origin + "/api/booking/payment_success", // 는 URL
failUrl: window.location.origin + "/api/booking/payment_fail", // 는 URL
customerEmail: customerEmail,
customerName: customerName,
card: {
useInternationalCardOnly: true
}


.
2025-04-07_3.39.15.png
Was this page helpful?