How to configure paypal sandbox auto return URL?

2019-01-31 09:04发布

I am using ubercart module in Drupal, and I need help to configure return URL from PayPal sandbox. I tried creating business account in https://developer.paypal.com/webapps/developer/dashboard , but that also is not working.

2条回答
甜甜的少女心
2楼-- · 2019-01-31 09:14

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.

Let me know if these steps give you any issues.

查看更多
放荡不羁爱自由
3楼-- · 2019-01-31 09:33

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"/> 
查看更多
登录 后发表回答