I have configured a Paypal webhook that catches some events some of which are Payment.Sale.Completed, Billing.Subscription.Cancelled and so on, the following happens:
- I Create a subscription
- The subscription is paid sucessfully
- The webhook sends ("after eternity even in live Environment") the event to my api
- My api does everithing correctly and returns 200 or Ok() to Paypal but still the Paypal webhook on the dashboard remains in a Pending state.
One thing worth mentioning is that the icon of the webhook event is not like in the immage down its a orange checkmark ✓ and after some days it changes to Failure with a red checkmark ✓ icon so it doesn't even have the ! icon. here an example:
I have looked into the paypal developer community but there usually they tend to not even answer the user questions.
I event tried to conntact paypal tough and it wont let me send neighter a ticket nor an email.
Is there any step i need to take or that i am missing?
Here is an example of the checkbox when it actually has some issues with ! as an icon.