简体   繁体   English

用信用卡进行贝宝付款

[英]PayPal payment with credit cards

I have a problem with integration of paypal payment. 我在整合贝宝付款时遇到问题。 I want to make it so that customers can't register to paypal, but paypal only shows the register to paypal. 我要这样做,以便客户无法注册到PayPal,但是PayPal仅显示向PayPal的注册。

I use php library. 我使用php库。 Is it possible that they add only credit card without registration? 他们有可能仅添加信用卡而无需注册吗?

You can send money to anyone with an email address but in order to claim the funds they would have to open a PayPal account. 您可以将钱寄给任何有电子邮件地址的人,但要索取资金,他们将必须开设PayPal帐户。 What happens is that you send the money to their email address, they get an email letting them know they have received funds. 发生的情况是,您将钱发送到他们的电子邮件地址,他们收到一封电子邮件,通知他们他们已经收到资金。 They are then instructed to follow the directions to open an account to receive the funds into their PayPal balance. 然后,指示他们按照指示开设帐户以将资金接收到其PayPal余额中。 It is a very straightforward process and a new account can be set up very quickly. 这是一个非常简单的过程,可以很快建立一个新帐户。 Thanks for your great question and I hope you have a great day. 感谢您提出的重要问题,希望您今天过得愉快。

If you're using Payments Standard, Express Checkout, Adaptive Payments, or anything that actually redirects the user over to PayPal then it would be done with "guest checkout", which is an option on that checkout screen. 如果您使用的是Payments Standard,Express Checkout,Adaptive Payments或实际上将用户重定向到PayPal的任何东西,则可以通过“ guest checkout”来完成,这是该Checkout屏幕上的一个选项。 In order to make that work you would need to make sure the PayPal Account Optional setting is enabled in your PayPal profile. 为了完成这项工作,您需要确保在PayPal个人资料中启用了“ PayPal帐户可选”设置。

If you go with Payments Advanced you would imbed an iframe in your site that PayPal actually hosts, and it would have the PayPal option as well as credit card option built in to that. 如果您使用“高级付款”,则您会将iframe嵌入到PayPal实际托管的网站中,并且内置了PayPal选项和信用卡选项。

Payments Pro would give you full freedom to process credit cards directly via API request, and then you wouldn't have to display any PayPal logos or show that PayPal was involved at all in that case. Payments Pro将为您提供直接通过API请求处理信用卡的完全自由,然后您就不必显示任何PayPal徽标或表明涉及PayPal了。

I would still recommend leaving PayPal as an option for people, though. 不过,我仍然建议您将PayPal留给人们选择。

My site is actually is a good example. 我的网站实际上是一个很好的例子。 Notice if you add that item to the cart you'll see the option to "Pay with a Credit Card" or "Pay with PayPal". 请注意,如果您将该商品添加到购物车中,则会看到“使用信用卡付款”或“使用PayPal付款”的选项。 If you choose credit card that would move to a credit card form and would be processed through Payments Pro (PayFlow). 如果您选择的信用卡将转换为信用卡表格,并通过Payments Pro(PayFlow)处理。 If you choose PayPal it would go through Express Checkout. 如果您选择PayPal,它将通过Express Checkout。 So you still give people both options, but it's very straight forward for non-PayPal users. 因此,您仍然可以给人们两个选择,但是对于非PayPal用户而言,这非常简单。

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

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