My web app requires subscriptions. I'm looking into payment solutions that best work with SaaS scenarios.

I see that PayPal has three options: Standard, Advanced and Pro. I want my app to make API calls to PayPal to check payment status. Which one of these solutions is the best for SaaS subscriptions?

Thanks, Sam

有帮助吗?

解决方案

I've always preferred Payments Pro. This gives you full freedom to build your apps how you want to.

You'll be able to integrate credit cards directly, so you can build that UI however you want, and then you can use Express Checkout API's for the PayPal payments, which provides more features than Payments Standard does.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top