브랜드페이 문의
브랜드페이로 결제 시도를 하면 첨부 이미지와 같이 오류가 발생합니다.
brandPay = tossPaymentSdk.brandpay({
customerKey: tCustomerKey,
redirectUrl: window.location.origin + '/api/feedback/tosspayments/callback',
});
로 초기화해서
brandPay.requestPayment(paymentInfo);
형식으로 결제 요청을 하였습니다.
원인이 어떻게 될까요?
brandPay = tossPaymentSdk.brandpay({
customerKey: tCustomerKey,
redirectUrl: window.location.origin + '/api/feedback/tosspayments/callback',
});
로 초기화해서
brandPay.requestPayment(paymentInfo);
형식으로 결제 요청을 하였습니다.
원인이 어떻게 될까요?

