상품권 ( 문화, 게임, 도서 )

loadTossPayments(clientKey, customerKey)
.then(toss => toss.requestPayment(paymentType,{
amount: paymentAmount,
orderId: 'NmLfpsBnQ3yz78Iy3zcf12q',
orderName: paymentAmount + "",
customerName: '',
successUrl: 'http://localhost:3000/info', // (. .)
failUrl: 'http://localhost:3000/', // (. .)
})

.

, failUrl
한 GUI

, ,
로 Success, Fail URL
Was this page helpful?