키짱
TPToss payments 개발자 커뮤니티
•Created by 키짱 on 1/21/2025 in #❓┃연동개발-문의
결제수단이 아직 선택되지 않았어요. 결제수단을 선택해 주세요.
react에서 nextjs 마이그레이션 후 해당 이슈가 발생합니다.
paymentWidgetRef.current?.renderPaymentMethods('#payment-widget', netPrice); 로 랜더링 후
await paymentWidgetRef.current?.requestPayment({
orderId: order.orderId,
orderName: order.orderName,
successUrl: hasLinkParam ? window.location.origin + PATH.orderSuccessLink : window.location.origin + PATH.orderSuccess,
failUrl: window.location.origin + '/fail',
customerEmail: order.orderPayerInfo?.payerEmail,
customerName: order.orderPayerInfo?.payerName,
customerMobilePhone: order.orderPayerInfo?.payerMobileNumber,
});
해당 로직 실행때 제목과 같은 에러가 발생합니다.
20 replies
TPToss payments 개발자 커뮤니티
•Created by 키짱 on 12/27/2024 in #❓┃연동개발-문의
카카오결제 에러
카카오결제시 에러가 납니다.
카카오만 에러가나는데 이유가있을까요 ?
네트워크탭을 보면 해당 API가 실패합니다.
https://apigw-sandbox.tosspayments.com/payment-gateway-window/open/api/v3/sessions/px?~~~~~
15 replies