tossPayments.requestPayment('카드', {
amount: 15000,
orderId: 'QBHl1bMFm6bg3Y7JnHOPa',
orderName: '토스 티셔츠 외 2건',
customerName: '박토스',
successUrl: 'http://localhost:8080/success',
failUrl: 'http://localhost:8080/fail',
flowMode: 'DIRECT',
easyPay: '토스페이'
})
tossPayments.requestPayment('카드', {
amount: 15000,
orderId: 'QBHl1bMFm6bg3Y7JnHOPa',
orderName: '토스 티셔츠 외 2건',
customerName: '박토스',
successUrl: 'http://localhost:8080/success',
failUrl: 'http://localhost:8080/fail',
flowMode: 'DIRECT',
easyPay: '토스페이'
})