해외결제 연동 문의

래 API던 countryCode시 countryCode ()?
API.

payment.requestPayment({
method: "CARD",
amount: {
currency: "KRW",
value: 50000,
},
orderId: "CHtCry-DANKdlMkWEJgXW",
orderName: "외 2",
customerEmail: "customer123@gmail.com",
customerName: "",
customerMobilePhone: "01012341234",
card: {
useInternationalCardOnly: true,
},
});

https://docs.tosspayments.com/guides/v2/learn/foreign-payment
. .
해외결제 연동하기 | 토스페이먼츠 개발자센터
Was this page helpful?