I am building an endpoint that receives the webbhooks from paypal. At the event PAYMENT.SALE.COMPLETED a mail should be sent. Of course the email has to be filtered from the request data. However, neither in the request.META nor in the eventbody such information can be found. The situation is different for the BILLING.SUBSCRIPTION.ACTIVATED. There you can find the email in the eventbody. But since this is a completely different event and not an indicator for a successful payment, I cannot use this.
Does anyone have experience with this, how to use the email forPAYMENT.SALE.COMPLETED
to get the email of the Paypal user account?
Paypal Webhook get Email from request data
45 views Asked by alpa At
0
There are 0 answers
Related Questions in DJANGO
- Django Admin Panel and Sub URLs Returning 404 Error on Deployment
- How to return HTTP Get request response from models class in Django project
- Issue with Quantity Increment in Django E-commerce Cart
- Can't install Pipenv on Windows
- use dict from python in django html template and also in js
- 'pyodbc.Cursor' object has no attribute 'callproc', mssql with django
- Django socketio process
- Root path analogue in uWSGI as in Uvicorn
- Django - ModuleNotFoundError: No module named 'backend'
- Does Python being a loosely typed programming language make it less secure?
- sorl-thumbnail adds a background color when padding is used
- Can't connect to local postgresql server from my docker container
- Why ProductHunt api dont work with Python?
- why i have to put extra space in before write option selected because it show error if i don't ' option:selected'
- Django Arrayfield migration to cloud sql (Postgresql) not creating the column
Related Questions in PAYPAL
- PayPal v2 invoicing API "INVALID_REQUEST" from incorrect amount fields
- laravel paypal ssl eror, package used srmklive / laravel-paypal
- When a PayPal subscription payment is successful, why do I see two transactions? One is $0, and the other one is a regular payment
- Wrong payment currency with Paypal in WooCommerce
- Storing completed payment information from the new 'Pay link or button' PayPal integration
- Can The HTML for the Pay Link Be Updated?
- Locating Existing APP ID for Adaptive Payments in PayPal Business Account
- How to Store PayPal Subscription ID in MongoDB After Payment?
- PayPal login integration refresh_token
- Title: Dynamically Adding Total Amount to PayPal Payment Button from Booking Webpage
- How can I send money to someone else's bank account linked to Paypal using Paypal API?
- PayPal Express Checkout - get PII / billing information from the PayPal account on payment
- Credit card fields showing under PayPal Express Checkout
- Error using PayPal subscription with Multiple Subscription buttons
- Simple Paypal button integration results in 404 error
Related Questions in PAYPAL-REST-SDK
- How to fix 'Webhook signature verification failed' in PayPal Node.js webhook?
- How to Link JWT User ID with PayPal Custom ID After Payment in Node.js?
- How to share `response` between routes in Express for PayPal subscription?
- How can I send money to someone else's bank account linked to Paypal using Paypal API?
- Can we do the success page redirect from server side?
- Checkout REST API Card Payment Landingpage
- Paypal Capture Issue
- How to specify payee in paypal api?
- Paypal partner-referrals first party or third party integration
- How to Process PayPal Subscription Refund With API?
- MERCHANT.ONBOARDING.COMPLETED webhook not being triggered
- Updating Shipping details for digital orders using PayPal API
- Error " ... duplicate typename 'AuthorizationStatus' detected, can't auto-rename.." while using oapi-codegen to generate client code
- Unable to download paypal dispute related attachments with Rest API
- PayPalWebCheckoutClient returning to app but not confirming the payment
Related Questions in DJANGO-PAYPAL
- Create a custom donation button with django-paypal package
- Paypal Webhook get Email from request data
- Get subscription ID with new Paypal Webhooks
- Django Membership model registration
- Paypal Sandbox not sending IPN back to django through ngrok tunnel, but works fine on IPN Simulator
- What is the correct way to write signal(s) to receive PayPal IPNs from 3 different models
- Not getting Django paypal IPN handshake
- Django-pay pal IPN response not receiving
- How to make a Django application send money to its users using PayPal
- django paypal with multiple products returns paypal test store
- is django-paypal safe to use it?
- Submit form from Paypal script after approved payment in Django
- Django PayPal delay
- Djnago with Paypal for server site integration
- django-paypal deprecation error : Use of the initial['return_url'] is Deprecated
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)