브랜드페이 SDK 문의

이 SDK .
우 SDK, ?


brandpay.requestPayment({
amount: 15000,
orderId: 'a2OKahFNXP8e80UPchRPB',
orderName: '외 2',
customerName: '',
customerEmail: 'customer@example.com',
})
.then(function (data) {
//
})
.catch(function (error) {
if (error.code === 'USER_CANCEL') {
//
}
})
Was this page helpful?