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数字商品集成如何启用以客人身份付款?
基础教程推荐
- 如何在 Laravel 5.3 注册中添加动态下拉列表列? 2021-01-01
- 有什么方法可以用编码 UTF-8 而不是 Unicode 返回 PHP`json_encode`? 2021-01-01
- PHP 类:全局变量作为类中的属性 2021-01-01
- 学说 dbal querybuilder 作为准备好的语句 2022-01-01
- YouTube API v3 点赞视频,但计数器不增加 2022-01-01
- 在PHP中根据W3C规范Unicode 2022-01-01
- PHP PDO MySQL 查询 LIKE ->多个关键词 2021-01-01
- 如何在 Laravel 中使用 React Router? 2022-01-01
- Cron Jobs 调用带有变量的 PHP 脚本 2022-01-01
- 如何替换eregi() 2022-01-01
