모듈 기능 관련 문의

@tosspayments/payment-sdk 서 requestPayment (, ) ?

?

[- ]
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',
})
Was this page helpful?