브랜드페이 결제수단을 등록하는 메서드 사용법

var brandpay = BrandPay(clientKey, customerKey, {
redirectUrl: 'https://dendeil.com/test.php'
})

SDK는 SDK .

brandpay
.addPaymentMethod('')
.then(function (methods) {
//
})
.catch(function (error) {
if (error.code === 'USER_CANCEL') {
//
}
})

addPaymentMethod 가 ajax .

?

redirect url ?
8dfd9bf578ced688.png
Was this page helpful?