我需要通过PayPal和信用卡接收付款,我在开发者文档中看到了一条允许我这样做的声明:
https://developer.paypal.com/docs/classic/admin/checkout-settings/#make-paypal-account-optional-at-c ...
但我没有看到" PayPal作为选项"在我的商业环境中。
我该如何解决这个问题?
我使用带有php POST请求的html按钮作为Paypal Payment Standart。
答案 0 :(得分:0)
请检查您的PayPal帐户是否为Business / Premier,并确保您的PayPal电子邮件已确认。
然后检查PayPal帐户的可选设置是"开启还是关闭"。它应该开启。
Login to PayPal
Go to your Account Profile.
Select: My Selling Tools
Under: Selling Online
Locate: Website Preferences
Click on: Update
Locate: PayPal Account Optional
Click: On
Click: Save
创建经过验证的&电子邮件确认沙盒帐户,请参阅以下步骤:
1. Login to http://developer.paypal.com/ with your LIVE PayPal account
2. Click Dashboard
3. Click sandbox accounts
4. Click Create account button on the top right corner
5. Create a business account for seller and a personal account for buyer
6. Please add bank account and credit card and also populate some amount to your account
7. The email address need not be an real one.
请参阅以下链接以获取有关创建沙箱的参考:
https://developer.paypal.com/docs/classic/lifecycle/sb_create-accounts/