简体   繁体   English

仅使用信用卡支付Paypal而无需创建帐户

[英]Paypal payment with only credit card without creating account

I built an PayPal HTML button on Paypal site with some details about the item. 我在Paypal网站上构建了一个PayPal HTML按钮,其中包含有关该项目的一些详细信息。 After clicking on the pay button the client redirected to paypal secure page 点击付费按钮后,客户端重定向到paypal安全页面

<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top" class="payPalBtn">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="AEYPTR4G22C">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>

There I have 2 options: 我有2个选择:

  • pay with PayPal account 使用PayPal帐户付款
  • register a new account and then pay with PayPal account 注册一个新帐户,然后使用PayPal帐户付款

Why I don't have an option paying only with credit card without regestering as I saw on others sites 为什么我没有选择只使用信用卡付款,而不像我在其他网站上看到的那样进行重新设置

Make sure that your account is verified/confirmed and that you have PayPal account optional turned on in your profile. 确保您的帐户已经过验证/确认,并且您的个人资料中已启用PayPal帐户可选项。 Keep in mind, that not every country will have the ability to offer paying with just a credit card and not having to create a PayPal account. 请记住,并非每个国家/地区都有能力仅使用信用卡付款而无需创建PayPal帐户。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM