有没有一种方法可以使用REST API在结账时禁用PayPal Pay Later选项?

huangapple go评论70阅读模式
英文:

Is there a way to disable paypal Pay Later options on checkout using REST API?

问题

我正在使用 PHP 作为后端使用 PayPal REST API。我的挑战是,当订单金额低于 100 美元时,出现“分 4 次付款”和“分期付款”选项,但我希望获得立即的全额付款。是否有一种方法在调用 API 时禁用它,以便将“付款后设置限制更高”?

显示 PayPal 付款后选项的图像

我在销售数字产品(话费和互联网套餐),因此我希望获得即时付款。感谢您的帮助。
谢谢。

英文:

I'm using the paypal REST API using PHP as backend. And the challenge I have is the pay in 4 and pay monthly options while I want instant full payment for less than 100$.
Is there a way to disable it while calling the API to set the limit higher for pay later?

Image showing Paypal Pay later options

I am selling digital products (Airtime and internet bundles) so I want instant payment. Your help is appreciated.
Thank you.

答案1

得分: 0

在PayPal.com结账页面中,所有资金来源都会导致接收方收到单笔付款。所有收款账户只会知道其收到了成功的PayPal付款。所有与所使用的资金来源有关的账单详细信息以及信息(无论是信用卡、银行、“稍后付款”或任何其他本地资金来源)都不对接收账户可见,并根据设计保持私密。

使用JS SDK,可以启用和控制“稍后付款”按钮以及其他支付方式按钮/消息在您自己的网站上的显示。然而,这仅影响在您自己的网站上显示的内容。它不会改变在PayPal.com结账页面上根据付款人的国家和位置、货币、金额和交易意图等可能存在或不存在的内容。

英文:

Within the PayPal.com checkout, all the funding sources result in the receiver receiving a single payment. All the receiving account will know is that it received a successful PayPal payment. All billing details and information about the funding source used -- be it a card, bank, Pay Later, or any other local funding source -- are not visible to the receiving account, and kept private by design.

Using the JS SDK, it is possible to enable and control the display of the Pay Later button as well as other payment method buttons/messaging on your own site. However, this only affects what is displayed on your own site. It does not change what may or may not be available in the PayPal.com checkout page depending on the country and location of the payer, currency, amount, and intent of the transaction, etc.

huangapple
  • 本文由 发表于 2023年2月18日 09:54:00
  • 转载请务必保留本文链接:https://go.coder-hub.com/75490704.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定