I integrated the REST API into our system. Only thing missing is a response to a webhook I created.
The webhook is registered in my app for the sandbox, but when I create a payment in the sandbox using the apps keys, I don't get a call to the webhook receiver. Using the webhook simulator works just fine.
The steps I do:
- https://api.sandbox.paypal.com/v1/oauth2/token
- https://api.sandbox.paypal.com/v1/payments/payment
- Redirect to the result link with method: "REDIRECT"
- Complete payment with sandbox account
Is there anything I am doing wrong? Is there some problem with using this in the sandbox?