#umairasif7 - webhook endpoints
1 messages · Page 1 of 1 (latest)
I have setup new webhook for QA environment, but my data is being updated on DEV environment.
Does each environment have a distinct URL for each webhook endpoint?
Yes
Okay so any action that triggers an event on your account will send webhook responses.
How do you want to separate what data gets sent where?
If an event is fired for the QA environment webhook, data should go to the QA database.
Events are specific only to Test and Live mode on an account.
If both your QA endpoint and Dev endpoint are listening for the same events e.g. payment_intent.succeded in Test mode, they will both receive an input
Alright.
But each webhook endpoint gets it's own webhook request.
I will look into it.