Hi everyone, I want to connect razorpay payment gateway's webhook to Appwrite functions, but it's a POST request from payment gateway server but they are only asking the endpoint URL there is no way i can pass headers of Appwrite, how can i do this
TL;DR
Developers want to connect Razorpay payment gateway's webhook to Appwrite functions. However, they are facing an issue because it's a POST request from the payment gateway server and only the endpoint URL is required with no option to pass headers of Appwrite. They are seeking advice on how to resolve this issue.