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数字商品集成如何启用以客人身份付款?
基础教程推荐
- 使用 PDO 转义列名 2021-01-01
- 在 CakePHP 2.0 中使用 Html Helper 时未定义的变量 2021-01-01
- PHP 守护进程/worker 环境 2022-01-01
- phpmyadmin 错误“#1062 - 密钥 1 的重复条目‘1’" 2022-01-01
- 找不到类“AppHttpControllersDB",我也无法使用新模型 2022-01-01
- HTTP 与 FTP 上传 2021-01-01
- 如何在 Symfony 和 Doctrine 中实现多对多和一对多? 2022-01-01
- 在 yii2 中迁移时出现异常“找不到驱动程序" 2022-01-01
- 如何在 XAMPP 上启用 mysqli? 2021-01-01
- Doctrine 2 - 在多对多关系中记录更改 2022-01-01