I have received Paypal iDeal payment and when i asked about it from paypal support i was told i need webhook. Has anyone added paypal webhook as i don't know the "webhook url". I asked about this from the dev and i was just told its build according to paypal API instructions...
This was the guide i got from paypal:
To capture a payment that went through iDeal or any PayPal Alternate Payment Method, webhooks are needed. Here is how you can subscribe this REST App to webhook events:
- Log in to https://developer.paypal.com/developer/applications/
- Click on Live in the (Sandbox|Live) toggle
- Click on the App name
- Scroll down to the "LIVE WEBHOOKS" section
- Click on the "Add Webhook" button (see note below)
- Input your Webhook Listener URL into the "Webhook URL" field
- Select * All Events
Note: If you are not certain of the URL for your Webhook Listener, your third-party checkout provider can supply this value. Unfortunately, PayPal is not able to provide you with this value.