정보

API .
tossPayments.requestPayment('', {
amount: $("#amount").val(),
orderId: $("#orderId").val(),
orderName: $("#orderName").val(),
customerName: $("#customerName").val(),
customerEmail: $("#customerEmail").val(),
successUrl: 'createOrderSettle.do',
failUrl: 'orderSettleNew.do'
};
, , successUrl.
는 String나 json ?
Was this page helpful?