paypal digital goods integration how to enable pay

2019-03-04 13:13发布

问题:

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:

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.