[SDK v1] flowMode: 'DIRECT' + easyPay 파라미터 사용 시 간편결제 직접 호출 안 됨

.

창 JavaScript SDK v1(, ) ,
flowMode: 'DIRECT'와 easyPay .

tossPayments.requestPayment('CARD', {
amount: 316800,
orderId: 'wugo_1766487659264_rd6kma8mk',
orderName: '지 S178',
customerEmail: 'test@example.com',
customerName: '',
customerMobilePhone: '01012345678',
successUrl: 'http://localhost:3000/payment/success',
failUrl: 'http://localhost:3000/payment/fail',
flowMode: 'DIRECT',
easyPay: 'NAVERPAY' // 'KAKAOPAY'
});

[]
1. SDK v1서 flowMode: 'DIRECT' + easyPay?
2. ?
3. (localhost)?
4. SDK v2?
Was this page helpful?