Open parthb26 opened 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.
@ptmaroct is this doable? let me know if you want any changes.
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.