PeterLee.KR
Today
Literature
Dance
Public_Administration
Programming
programming
Easy Pay System
Paypal
Something else here
Carpentry
Chronology
Tanzmate
Cntanz
Search
Edit
Back to List
PaypalModel
ID
Date
Target
Title
Contents
search key word, paypal continue button redirect same address https://stackoverflow.com/questions/64346150/paypal-authorization-link-redirects-user-nowhere-and-keeps-a-loop-in-the-same-pa pay now버튼이 보이지 않고 continue 버튼이 보인다. 그리고 그 버튼이 계속된다. 결제는 되지 않고 왜지? 0 If you are redirecting the user over to the approval_url, then your original API request should have included a return_url, so PayPal knows where to return the customer. A return from the approval is required, so that you can capture the order, otherwise there will be no payment. The best integration uses no redirects whatsoever. In place of sending the browser to the approval URL, all you need is to create the order and get back its id value. Then use that to show a button that gives an in-context checkout experience, keeping your site loaded in the background (no redirect away). Once the buyer gives their approval, you'll then do the API call to capture the order. Here is the demo code: https://developer.paypal.com/demo/checkout/#/pattern/server It's actually very simple/straightforward, most of the stuff at the end is some pointers about post-capture error handling 답을 주긴 했다만 도움이 안된다. auto return 기능을 살펴보자 밥먹고와서 혹시 Return URL- Users are redirected to this URL after live transactions. Allow up to three hours for the change to take effect. 가 답일지도 모르겠다. https://www.sandbox.paypal.com/businessmanage/preferences/website Auto return Note: Turning OFF Auto Return will disable Payment Data Transfer feature. On Return URL https://www.tanz.co.kr/PaymentMethod/paypal/paypalCompleted.aspx 가 있다. 안녕하세요 페이팔 연동 중입니다. 한국내에서는 결제가 안된다고 하던데 혹시 그 때문인가요? 저의 문제는 페이팔 가맹점입니다. 쇼핑몰 구축하고 페이팔 checkout 결제연동 중입니다. access_token 으로 Make REST API calls 를 하여 id, status, links를 받고 links에서 approve주소를 redirect해 결제창을 띠운 후 sandbox personal account로 결제를 진행하고 있는데 continue가 되지 않습니다. 결제창까지 떴는데 최종 결제가 이루어지지 않고 그냥 그 결제창으로 되돌아가는 이유가 무언가요? sandbox account로 작업중입니다. 가능하면 010 3660 8471 로 기술 지원 담당자의 연락 부탁드립니다. 테스트 중인 주소는 https://www.tanz.co.kr/PaymentMethod/paypal/paypalPay.aspx 입니다. https://www.tanz.co.kr//PaymentMethod/paypal/payPal.aspx?amount=200 으로 파람쿼리가 추가됐습니다. https://www.tanz.co.kr/PaymentMethod/paypal/paypalPay.aspx?amount=200 으로 파람쿼리가 추가됐습니다. 5:43 PM ZE 안녕하세요, PayPal로 연락주셔서 감사합니다. 상담원 Zoe입니다. 5:53 PM - Zoe ZE 우선 말씀하신대로 한국국내간의 거래는 지원이 안되기 때문에 결제를 받는 계정과 결제하는 계정 모두 한국 계정인 경우 테스트 결제라고 하더라도 결제가 불가능합니다. 5:54 PM - Zoe ZE 기타 기술 문제는 저희 기술팀으로 직접 문의해 주시기 바랍니다. 5:55 PM - Zoe ZE 기술팀으로 문의하는 방법은 다음과 같습니다. 5:55 PM - Zoe ZE 1.Go to www.paypal-support.com. 2.Click "Contact us" near the end of the page. 3.Click Login with PayPal. 4.Enter the required information and click Create Account. You can use any valid email address for this account. 5:55 PM - Zoe ZE 답변이 도움이 되었기를 바랍니다. 추가 문의사항이 없으시다면 "종료" 버튼을 클릭해주시면 됩니다. 회신은 하지 않으셔도 됩니다. PayPal에 소중한 시간을 내주어서 감사합니다. 좋은 하루 되세요. ^^
Back to List