Search code examples
javascriptnode.jspaypalstripe-paymentspayment

User Donations - ExpressJS, Angular 9


Is there a simple way to implement where a user donates x and gets isPremium = true added to their account. Stripe documentation is confusing me, and I have not found any updated tutorials on this. It sounds like a simple concept, but seems to be a complex solution.

I am using an Express API, and Angular 9.

Please help...


Solution

  • Comments linked to Webhook Notifications for the stripe case

    For PayPal there are similarly Webhooks Events, as well as the legacy Instant Payment Notification (IPN) service