iOS SDK에서 successUrl, metaData를 설정하는 방법 문의

paymentWidget.requestPayment({
orderId: "AD8aZDpbzXs4EQa-UkIX6",
orderName: "외 2",
successUrl: "http://localhost:8080/success",
failUrl: "http://localhost:8080/fail",
customerEmail: "customer123@gmail.com",
customerName: "",
});
1.터 JS젯 SDK 럼 ios는 successUrl ?
2. 는 Payment의 metaData를 ios SDK .
Was this page helpful?