gon
gon
안녕하세요 paymentWidget에서 벌써 막히고 있습니다 ㅠㅠ
네 감사합니다 많은 도움이 되었습니다 ^^::
23 replies
안녕하세요 paymentWidget에서 벌써 막히고 있습니다 ㅠㅠ
네... 쉽지 않네요..지피티도 같은 문제로 해결책을 주어서 ...콜백 함수내에서 PaymentWidget을 초기화하여 수정하였지만 여전히 전달이 안되고 있습니다.. 아무래도 외부에서 전문가를 찾아야 할 거 같습니다....ㅠㅠ const clientKey = "test_ck_jExPeJWYVQjBNZGNyoJPr49R5gvN"; // Memberstack에서 현재 로그인 된 회원 정보 가져오기 window.$memberstackDom.getCurrentMember().then(({ data: member }) => { if (member) { const customerKey = member.id; const memberEmail = member.auth.email;
// 회원 정보 사용 예시 console.log('Member ID:', customerKey); console.log('Member Email:', memberEmail); // clientKey와 customerKey도 확인 console.log('Client Key:', clientKey); console.log('Customer Key:', customerKey); // ------ 결제위젯 초기화 ------ // 비회원 결제에는 customerKey 대신 ANONYMOUS를 사용하세요. const paymentWidget = PaymentWidget(clientKey, customerKey); // 회원 결제 // const paymentWidget = PaymentWidget(clientKey, PaymentWidget.ANONYMOUS); // 비회원 결제 } else { // Handle the case where no member is logged in console.log('No member is currently logged in.'); } });
23 replies
안녕하세요 paymentWidget에서 벌써 막히고 있습니다 ㅠㅠ
const paymentWidget = PaymentWidget(clientKey, customerKey) // 회원 결제 여기로 전달이 안되고 있는거 같습니다 ㅠㅠ
23 replies
안녕하세요 paymentWidget에서 벌써 막히고 있습니다 ㅠㅠ
네 지금 방금 다시 테스트하였습니다 위젯 초기화전에 mem_sb_clps56q3v036o0rsb5k9b7y4t 으로 지정되었습니다 ... 정확히 말씀드리면 const customerKey = "" 에서 50자이하여야..라고 하는 에러가 떠서 콘솔로그에서 확인이 안됩니다 위에 말씀드린 아이디는 로그인사용자의 멤버id를 기입드린것입니다
23 replies
안녕하세요 paymentWidget에서 벌써 막히고 있습니다 ㅠㅠ
CustomerKey: 사용할 수 없는 형식입니다. 영문 대소문자, 숫자, 특수문자(-,_,=,.,@)로 최소 2자 이상 최대 50자 이하여야 합니다. 라고...에러가 뜨는데요... 사용id가 mem_sb_clpqegesi0hgg0rudfs7r1cwm 인데 불가 대상인가요?....
23 replies
안녕하세요 paymentWidget에서 벌써 막히고 있습니다 ㅠㅠ
네 감사합니다 한번 해보겠습니다 ㅠㅠ
23 replies
안녕하세요 paymentWidget에서 벌써 막히고 있습니다 ㅠㅠ
초급수준에 리딩정도로 지피티도움이 필요한 역량입니다
23 replies
TPToss payments 개발자 커뮤니티
Created by Byungjun Jang on 7/19/2023 in #❓┃연동개발-문의
Webflow 토스 결제 위젯 연동하기 가이드 리뷰 부탁드립니다.
멋집니다 정말 노코드 미래가 밝습니다 ㅎㅎ
10 replies