How to make Premium Subscriptions for User and make Recurring Payments using Paypal

I’m interested as well …is it still possible to see the process or maybe glide has already setup this feature? By the way thanks for all

1 Like

Something I created a while ago to set up recurring subscriptions in my app. Hope it helps.

8 Likes

Hi Nico,

Yes I am interesting in recurring Paypal payments integrated into Glide.

I had setup the simple paypal (Payme) - however that is not a re-occuring payment.

I want to setup a subscription service with monthly paypal payments.

Roy

https://developer.paypal.com/docs/subscriptions/

I think you have to create a “product” first, then a “plan” for it, then show the plan URL to the users.

More work needed to bring subscription data back to the app, so you’ll have to dive more into the API docs of PayPal.