brandpay .addPaymentMethod('카드') .then(function (methods) { // 성공 처리 }) .catch(function (error) { if (error.code === 'USER_CANCEL') { // 사용자가 결제창을 닫은 경우 에러 처리 } }) 를 사용해서 카드 정보를 입력하고동의하고 다음을 누르면 오랜 시간 후에 customerToken이 존재하지 않습니다.오류가 나오고 있습니다. 혹시 해당 메소드를 사용할 때 추가적으로 해야할 작업이 있나요?
Continue the conversation
Join the Discord to ask follow-up questions and connect with the community
Tp개커
Toss payments 개발자 커뮤니티
Toss payments 개발자 커뮤니티입니다. 결제 연동하며 겪는 기술 문의부터, 결제 시장에 대한 다양한 정보까지 얻어가세요~