브랜드페이 카드 등록 메소드 사용 시

brandpay
.addPaymentMethod('')
.then(function (methods) {
//
})
.catch(function (error) {
if (error.code === 'USER_CANCEL') {
//
}
})
에 customerToken..
?
Was this page helpful?