const paymentInfo = paymentMethodsWidget.getPaymentParams();
brandpay.requestPayment({
amount: paymentInfo.amount,
methodId: paymentInfo.methodId,
orderId: 'qZK-3EOSNjm--ROMf8fmj',
orderName: '토스 티셔츠 외 2건',
customerName: '박토스',
customerEmail: 'customer@example.com',
...
})
const paymentInfo = paymentMethodsWidget.getPaymentParams();
brandpay.requestPayment({
amount: paymentInfo.amount,
methodId: paymentInfo.methodId,
orderId: 'qZK-3EOSNjm--ROMf8fmj',
orderName: '토스 티셔츠 외 2건',
customerName: '박토스',
customerEmail: 'customer@example.com',
...
})