Unable to integrate with anonymous payment using “

2019-09-10 06:33发布

I am using "PayPal Payments Standard" to integrate PayPal with my application. I need the users to be able to pay using just their card information without having to create a PayPal account / log in to PayPal.

I understand that "Express Checkout" has this feature but I don't want to put the PayPal button on my application.

  1. Is this feature available from the "Standard" API?
  2. What settings will I need in order for this to work?

I am using a Business account for testing but I always am prompted to login / create new account when I redirect from my application.

Screenshot of what I am redirected to: http://imgur.com/qEWN23f

标签: paypal
1条回答
爱情/是我丢掉的垃圾
2楼-- · 2019-09-10 07:19

"PayPal Payments Standard" has that feature available. Please check your account settings here: Profile > My selling tools (or: My selling preferences) > Website Preferences > Update > PayPal Account Optional: On.

For "Express Checkout" you will have to set SOLUTIONTYPE=Sole in your SetExpressCheckout API call. However, this not fully guarantee that guest payment will be allowed, it depends also the country of the seller.

查看更多
登录 后发表回答