#umairasif7 - webhook endpoints

1 messages · Page 1 of 1 (latest)

deft wind
#

Hi 👋
You definitely can

hollow ginkgo
#

I have setup new webhook for QA environment, but my data is being updated on DEV environment.

deft wind
#

Does each environment have a distinct URL for each webhook endpoint?

hollow ginkgo
#

Yes

deft wind
#

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?

hollow ginkgo
#

If an event is fired for the QA environment webhook, data should go to the QA database.

deft wind
#

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

hollow ginkgo
#

Alright.

deft wind
#

But each webhook endpoint gets it's own webhook request.

hollow ginkgo
#

I will look into it.