PayPal Payment Processing - Will Pay

Hello,

I know someone else has a post for this in this forum but I do not know if the result will be available to others so I am posting my own. I do not have enterprise and I need to process PayPal payments.I either need a plugin for this or for someone to write the code to call their APIs passing the required fields and reading the return of if successful with any other returned variables. 

Although I do appreciate help from others, I am at the point where I just need someone to write this for me rather than try explaining it for me to do.

Please let me know quote for this. PM your reply.

Thanks

You may want to check out Stripe - they also process payments like PayPal, have a simple REST API (no oAuth!), and somebody’s already created a pure Lua module for it. I’ve not test-driven this, and it’s Lua, not Corona, so you’d need to build up some UI around it yourself, but it might be a better way to go if you need to accept payments in your app. Here’s a link to that module I mentioned (which is linked to from Stripe’s API docs - always a good sign): https://github.com/wsummerlin/stripe-lua

Good luck!

You may want to check out Stripe - they also process payments like PayPal, have a simple REST API (no oAuth!), and somebody’s already created a pure Lua module for it. I’ve not test-driven this, and it’s Lua, not Corona, so you’d need to build up some UI around it yourself, but it might be a better way to go if you need to accept payments in your app. Here’s a link to that module I mentioned (which is linked to from Stripe’s API docs - always a good sign): https://github.com/wsummerlin/stripe-lua

Good luck!