브랜드페이
1.redirectUrl이 트리거 되는 시점(조건)이 언제인지?
2.사용자가 카드정보를 등록하고, 본인인증 하고 나면 이 카드 정보를 가져와서 화면에 보여주려고 하는데 적절한 프로세스는?
3. 브랜드페이도 위젯으로 가능한가요 ?
const widgets = tossPayments.widgets({ customerKey });
const brandpay = tossPayments.brandpay({
customerKey,
redirectUrl: window.location.origin + '/callback-auth',
});
widgets로 가능한것인가
2.사용자가 카드정보를 등록하고, 본인인증 하고 나면 이 카드 정보를 가져와서 화면에 보여주려고 하는데 적절한 프로세스는?
3. 브랜드페이도 위젯으로 가능한가요 ?
const widgets = tossPayments.widgets({ customerKey });
const brandpay = tossPayments.brandpay({
customerKey,
redirectUrl: window.location.origin + '/callback-auth',
});
widgets로 가능한것인가
