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数字商品集成如何启用以客人身份付款?
- PHP - if 语句中的倒序 2021-01-01
- Oracle 即时客户端 DYLD_LIBRARY_PATH 错误 2022-01-01
- PHP foreach() 与数组中的数组? 2022-01-01
- 如何在 Symfony2 中正确使用 webSockets 2021-01-01
- 使用 GD 和 libjpeg 支持编译 PHP 2022-01-01
- 如何从数据库中获取数据以在 laravel 中查看页面? 2022-01-01
- 覆盖 Magento 社区模块控制器的问题 2022-01-01
- Laravel 5:Model.php 中的 MassAssignmentException 2021-01-01
- 如何使用 Google API 在团队云端硬盘中创建文件夹? 2022-01-01
- openssl_digest vs hash vs hash_hmac?盐与盐的区别HMAC? 2022-01-01
