Error: [INCORRECT_SUCCESS_URL_FORMAT]: 잘못된 `successUrl` 입니다.

.
, () 은 url .

.

tossPayments.requestPayment(payMeth, {
amount: $("#amount").val(),
orderId: $("#orderId").val(),
orderName: $("#orderName").val(),
customerName: $("#memberName").val(),
customerEmail: $("#customerEmail").val(),
successUrl: "http://localhost:8080/skopi/order/createOrderSettleNew.do?merchantData="+merchantData,
failUrl: "http://localhost:8080/skopi/order/tossRequestFail.do"
});
Was this page helpful?