+ 2
Hey how I make a Website with monthly subscription??
Some youtobers or youtobe videos tutorial will really help me 🙏
1 Respuesta
+ 1
You could do this by:
- Creating a Paypal merchant account
- Make use of Paypal API's to collect payment information and process payments
If you're using Laravel, this could help: https://www.youtube.com/watch?v=nnmt8-9jUTI
If you're using WordPress, this could help you get it working with the WooCommerce plugin: https://www.youtube.com/watch?v=21-WeR8dtjk
This might help if the other cases don't match:
https://www.youtube.com/watch?v=gM-BGZtHHys
I haven't actually configured subscriptions with Paypal on my own yet but your question went unanswered long enough that I wanted to speak up anyway. The most similar experience I have is using Braintree and using something like a cron job to schedule a transaction every month. I also handled payments with Paypal but not recurring/subscription payments like you're asking about.