简体   繁体   English

如何在 PayPal 客人付款中显示“使用借记卡或信用卡付款”按钮而不是“以客人身份结账”

[英]How to show "Pay with a debit or credit card" button instead of "Checkout as Guest" on PayPal guest payment

I have a project with a PayPal integration.我有一个与 PayPal 集成的项目。 On this, I have enabled the 'guest checkout option' in my PayPal account(US Account) for customers paying on my website.为此,我在我的 PayPal 帐户(美国帐户)中为在我的网站上付款的客户启用了“访客结帐选项”。 I need to show the "Pay with Debit or Credit Card" button always when a user opens the PayPal login page.当用户打开 PayPal 登录页面时,我需要始终显示“使用借记卡或信用卡付款”按钮。 But sometimes it showing the "Checkout as Guest" button instead of the "Pay with Debit or Credit Card" button.但有时它会显示“以访客身份结帐”按钮而不是“使用借记卡或信用卡付款”按钮。

How can I show the "Pay with Debit or Credit Card" button always?如何始终显示“使用借记卡或信用卡付款”按钮? Does this have any relation with the browser cookie?这与浏览器cookie有关系吗?

You cannot control the behavior of the PayPal page.您无法控制 PayPal 页面的行为。 The behavior presented depends on very many factors--including, for example, the location of the buyer or repeated checkout attempts--and so is case by case.所呈现的行为取决于很多因素——例如,包括买家的位置或重复的结账尝试——因此是逐案的。 Sometimes the option to check out as a guest will not be available, at all.有时,以客人身份退房的选项根本不可用。

If you want to always present a debit or credit card option, you should use Smart Payment Buttons.如果您想始终提供借记卡或信用卡选项,您应该使用智能支付按钮。 A simple integration is demoed here: https://developer.paypal.com/demo/checkout/#/pattern/client这里演示了一个简单的集成: https : //developer.paypal.com/demo/checkout/#/pattern/client


If you have a server backend that can do API calls, then you should create two routes, one for 'Set Up Transaction' and one for 'Capture Transaction' documented here -- and pair your two routes with the server approval flow .如果您有一个可以进行 API 调用的服务器后端,那么您应该创建两条路由,一条用于此处记录的“设置事务”,另一条用于此处记录的“捕获事务”——并将两条路由与服务器批准流程配对。

暂无
暂无

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

相关问题 在Paypal Express Checkout中将“以访客身份尝试PayPal”更改为“使用借记卡或信用卡付款” - Change “Try PayPal as a Guest” to “Pay with a debit or credit card” in Paypal Express Checkout 如何在Paypal结帐时使用信用卡/借记卡付款? - How to pay with credit / debit card in paypal checkout? 使用来宾结帐用户(信用卡)进行贝宝定期付款 - Paypal Recurring Payment with Guest Checkout User (Credit Card) 如何使用已打开的“使用信用卡或借记卡付款”标签打开PayPal结帐? - How to open PayPal checkout with opened “Pay with a credit or debit card” tab? Paypal Checkout在[使用借记卡或信用卡或PayPal信用卡付款]标签上打开 - Paypal Checkout is Opening on [Pay with a debit or credit card, or PayPal Credit] tab 为 PayPal 发票启用信用卡/客人付款 - Enable credit card/guest payment for PayPal Invoice 通过使用信用卡付款(无需以html格式登录)来进行访客paypal结帐 - guest paypal checkout by using credit card payment without login in html form 让“贝宝结帐”按钮重定向到“带借记卡或信用卡付款”标题的“付款”页面 - Have Paypal Check Out Button redirect to Payment page with 'Pay with a debit or credit card' heading 使用信用卡/借记卡进行贝宝快速结帐重复付款后续步骤 - Paypal express checkout recurring payment with credit/debit card next steps Paypal Express“使用信用卡或借记卡付款”选项 - Paypal Express “pay with credit or debit card” option
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM