브랜드페이

1.redirectUrl()?
2., ?
3. ?

const widgets = tossPayments.widgets({ customerKey });
const brandpay = tossPayments.brandpay({
customerKey,
redirectUrl: window.location.origin + '/callback-auth',
});

widgets
Was this page helpful?