paypal digital goods integration how to enable pay as guest?(paypal数字商品集成如何启用以客人身份付款?)
问题描述
我正在使用贝宝集成向导进行数字商品结账 (PHP).https://www.paypal-labs.com/integrationwizard/
Hi i'm using paypal integration wizard to do digital goods checkout (PHP). https://www.paypal-labs.com/integrationwizard/
它应该支持paypal付款和非paypal付款(作为客人购买->信用卡).在向导中,它直接将支付选项设置为 paypal : $PaymentOption = "PayPal";
It should support both paypal payment and non-paypal payment(buy as a guest->credit card). in the wizard, it set payment option directly to paypal : $PaymentOption = "PayPal";
有什么方法可以以访客身份启用 paypal 直接结账?还是我需要自己添加信用卡 API?
is there any way to enable paypal direct checkout as a guest? or do i need to add credit card api myself?
谢谢
推荐答案
这取决于接收帐户.为了让客人结帐,接收者需要是经过高级验证或经过商业验证的帐户.(已验证 = 与银行帐户相关联).
It depends on the receiving account. In order to have Guest Checkout, the receiver needs to be a Premier Verified or Business Verified account. (Verified = linked to a bank account).
如果您不满足该条件,PayPal 只会让买家选择登录或创建帐户.
If you don't meet that condition, PayPal will only give the buyer the option to log in or create an account.
这篇关于paypal数字商品集成如何启用以客人身份付款?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:paypal数字商品集成如何启用以客人身份付款?
基础教程推荐
- 如何在数学上评估像“2-1"这样的字符串?产生“1"? 2022-01-01
- php 7.4 在写入变量中的 Twig 问题 2022-01-01
- Web 服务器如何处理请求? 2021-01-01
- 使用 scandir() 在目录中查找文件夹 (PHP) 2022-01-01
- Yii2 - 在运行时设置邮件传输参数 2022-01-01
- php中的foreach复选框POST 2021-01-01
- PHPUnit 的 Selenium 2 文档到底在哪里? 2022-01-01
- 主题化 Drupal 7 的 Ubercart “/cart"页 2021-01-01
- 将变量从树枝传递给 js 2022-01-01
- php中的PDF导出 2022-01-01
