daytimedrinkingclub / shipstation

Generate and manage your personal website and portfolio with ease
https://shipstation.ai/
73 stars 58 forks source link

#41 Paypal integration: implemented Paypal's webhook #42

Open parthb26 opened 2 months ago

parthb26 commented 2 months ago

Integrated PayPal Webhook Handling: (keeping the logic close to same as Razorpay)

Added endpoint '/paypal-webhook' to handle PayPal webhook notifications. Verified webhook signatures using PayPal SDK. Processed PayPal payment events (payer details, email, payment ID, etc.). Updated user profiles and database records. Posted notifications to Discord.

parthb26 commented 2 months ago

@ptmaroct is this doable? let me know if you want any changes.