paypal digital goods integration how to enable pay

2019-03-04 13:45发布

Hi i'm using paypal integration wizard to do digital goods checkout (PHP). https://www.paypal-labs.com/integrationwizard/

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";

is there any way to enable paypal direct checkout as a guest? or do i need to add credit card api myself?

Thanks

1条回答
仙女界的扛把子
2楼-- · 2019-03-04 14:06

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).

If you don't meet that condition, PayPal will only give the buyer the option to log in or create an account.

查看更多
登录 后发表回答