在 Paypal Express Checkout 中将“以访客身份尝试 PayPal”更改为“使用借记卡或信用卡付款”
Posted
技术标签:
【中文标题】在 Paypal Express Checkout 中将“以访客身份尝试 PayPal”更改为“使用借记卡或信用卡付款”【英文标题】:Change "Try PayPal as a Guest" to "Pay with a debit or credit card" in Paypal Express Checkout 【发布时间】:2017-07-31 10:25:50 【问题描述】:有没有办法在 Paypal Express Checkout 中将“以访客身份试用 PayPal”更改为“使用借记卡或信用卡付款”?
正如我在参考中读到的:
浏览器 cookie 决定结帐视图 买家的结帐视图 PayPal 依赖于其网络浏览器的 cookie:
如果已创建 PayPal cookie:当买家登陆 PayPal 页面时,他们会看到 PayPal 登录,但仍然可以选择 选择“以访客身份尝试 Paypal”? 如果尚未定义 PayPal cookie:买家看到访客结账的默认视图,允许借记或贷记付款:“付款方式 借记卡或信用卡”
是否可以只留下“使用借记卡或信用卡付款”?
【问题讨论】:
【参考方案1】:很遗憾,无法在 PayPal 结帐页面上只留下“使用借记卡或信用卡付款”。 PayPal 服务器将动态确定选项。
【讨论】:
【参考方案2】:您可以使用这个简单的输入字段进行更改:
<input type="hidden" name="landing_page" value="billing">
它 100% 对我有用。我希望它对你有用。
填写 Paypal 付款表格:
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="yourbusinesspaypalaccountemail@mail.com">
<input type="hidden" name="lc" value="US">
<input type="hidden" name="item_name" value="Your Item Name">
<input type="hidden" name="amount" value="YOUR TOTAL AMOUNT">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="button_subtype" value="services">
<input type="hidden" name="no_note" value="0">
<input type="hidden" name="cn" value="Add special instructions to the seller:">
<input type="hidden" name="no_shipping" value="2">
<input type="hidden" name="rm" value="1">
<input type="hidden" name="landing_page" value="billing"> <!-- This filed redirect to Billing Page -->
<input type="hidden" name="return" value="Your Success URL">
<input type="hidden" name="cancel_return" value="Your Cancel Return URL">
<input type="hidden" name="bn" value="PP-BuyNowBF:btn_buynowCC_LG.gif:NonHostedGuest">
<input type="image" src="https://www.yourdomain.com/images/paypalpaynowbtn.gif" border="0" name="submit" >
<img border="0" src="https://www.yourdomain.com/images/paypalpaynowbtn.gif" >
</form>
【讨论】:
以上是关于在 Paypal Express Checkout 中将“以访客身份尝试 PayPal”更改为“使用借记卡或信用卡付款”的主要内容,如果未能解决你的问题,请参考以下文章
具有 Paypal 权限和 Paypal Express Checkout 的 Rails
Paypal:通过 Express Checkout 定期付款,无需用户拥有 paypal 帐户
php 更改YITH PayPal Express Checkout for WooCommerce的Set Express Checkout Request参数