Chavo Kim
Chavo Kim
페이팔 해외 결제가 성공하지 않았는데 돈이 빠져나갔다고 합니다. 또한 해당 결제 내역이 상점 관리자에서 조회되지 않습니다.
유저가 페이팔을 통해 결제를 완료했는데, 해당 결제 내역이 상점관리자에 뜨지 않습니다.
10 replies
혹시 페이팔에서 자동 결제 기능을 지원할 예정이 있을까요?
해당 기능을 사이트에 추가하려 하여 문의드립니다.
4 replies
페이팔 연동 관련 문의
현재 @tosspayments/tosspayments-sdk를 이용하여 페이팔 연동 과정 중 아래 오류에 맞닥드려 문의드립니다 🙇‍♂️ requestPayment method 활용하여 Paypal 연동하려 시도했고 요청한 parameter는 다음과 같습니다.
{"orderId":"0152101a-d28f-4300-b250-a475ccfc1ad5","orderName":"Basic","successUrl":"http://localhost:3300/stores/success/toss","failUrl":"http://localhost:3300/stores/fail","method":"FOREIGN_EASY_PAY","foreignEasyPay":{"provider":"PAYPAL","country":"KR","products":[{"name":"Basic","quantity":1,"unitAmount":30,"currency":"USD","description":"CodeTree Product Subscription"}]},"amount":{"currency":"USD","value":30}}
{"orderId":"0152101a-d28f-4300-b250-a475ccfc1ad5","orderName":"Basic","successUrl":"http://localhost:3300/stores/success/toss","failUrl":"http://localhost:3300/stores/fail","method":"FOREIGN_EASY_PAY","foreignEasyPay":{"provider":"PAYPAL","country":"KR","products":[{"name":"Basic","quantity":1,"unitAmount":30,"currency":"USD","description":"CodeTree Product Subscription"}]},"amount":{"currency":"USD","value":30}}
요청하자마자 다음 url로 즉시 redirect 되었습니다. http://localhost:3300/stores/fail?code=INVALID_PAYMENT_METHOD&message=Payment%20has%20already%20been%20requested.&orderId=0152101a-d28f-4300-b250-a475ccfc1ad5 다음 에러 코드는 https://docs.tosspayments.com/reference/error-codes 해당 페이지에는 찾을 수 없어 질문 남기게 되었습니다! 문제 해결에 도움 주시면 감사하겠습니다 🙂 (상점 아이디는 braenc93sx입니다.)
29 replies