Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

parthb26
Copy link

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.

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant