토스 페이먼츠 브랜드페이 연동문의



.

import { loadBrandPay } from '@tosspayments/brandpay-sdk';

const brandpay = await loadBrandPay(
process.env.NEXT_PUBLIC_TOSSPAYMENT_CLIENT_KEY,
userId,
{
redirectUrl: process.env.NEXT_PUBLIC_TOSSPAYMENT_REDIRECT_URL,
ui: {
highlightColor: '#16181B',
buttonStyle: 'full',
navigationBar: {
visible: false,
paddingTop: 0,
},
},
windowTarget: 'iframe',
},
);

.

?
.
Was this page helpful?