Webhook URL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello!
I'm developing my own application and want it to be integrated with PayPal.
This application consists of two parts (let's consider them as Part-A and Part-B).
By default this parts should run on one server (example.com).
Part-A is available simply following link example.com, otherwise Part-B is split into two parts (one for backend another one for frontend).
Part-B's frontend is available on example.com:2000 and backend on example.com:2010
And I'm trying to create PayPal transaction from example.com:2000 and the result of this transaction must appear in my app.
Thus I should create webhook between PayPal and my backend (example.com:2010)
And I'm not able to do this because PayPal responses with 400 error (bad request) because of invalid URL for webhook (PayPal allows only https default port - 443).
But I cannot send example.com:443 (or simply example.com) because Part-A is hosted there.
Is there any possibility to create webhook not via 443 port?
Or maybe you can tell me how should I reconfigure my server to avoid this issue (I'm not very familiar with it).
Thanks!

Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.
- Assistance Needed: Passing and Retrieving Custom Data in PayPal Webhook Payload in PayPal Payments Standard
- Unable to issue a refund from our business sandbox account in Sandbox Environment
- How to get the custom field from a payment with webhook/API? in REST APIs
- CHECKOUT.ORDER.APPROVED webhook event not triggered if payment_source is passed in in REST APIs
- Paypal Sandbox webshook (SANDBOX WEBHOOKS) not working Real time issue not trigger in Sandbox Environment