How to configure paypal sandbox auto return URL?

后端 未结 2 1640
迷失自我
迷失自我 2020-12-23 22:03

I am using ubercart module in Drupal, and I need help to configure return URL from PayPal sandbox. I tried creating busin

相关标签:
2条回答
  • 2020-12-23 22:58

    When you say you're unable to create a Business account what error are you receiving or are you unable to login? Please provide more details on this and feel free to contact me via the details in my profile.

    Here are the steps to enable Auto Return in your test account.

    • Log into https://developer.paypal.com
    • Click Applications
    • Click Sandbox accounts
    • Expand the account in question
    • Click Sandbox site
    • Login to the test account
    • Copy and paste "https://www.sandbox.paypal.com/us/cgi-bin/webscr?cmd=_profile-website-payments" into your browser
    • Enable Auto Return and click Save
    • Enter the Auto Return URL and click Save

    Let me know if these steps give you any issues.

    0 讨论(0)
  • 2020-12-23 23:03

    I was also facing similar issue, How I set the auto redirect URL in the sandbox mode is as following.

    1) Login to the sandbox.paypal.com using the sandbox business account example,

    xyz-facilitator@example.com

    there set Auto redirect to On, and Turn off PayPal Account Optional setting.

    2) In the paypal button (Form) code use following for the business information.

    <input type="hidden" name="business" value="xyz-facilitator@example.com"/> 
    
    0 讨论(0)
提交回复
热议问题