#elianbraja
1 messages · Page 1 of 1 (latest)
👋 happy to help
you can try contact https://support.stripe.com/?contact=true and ask for whether this is possible or not
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
AFAIK it's not really something we offer
but I might be wrong
okay thank you
let me know if you need any more help
yes. I have a question regarding webhooks
I have a qa and a staging environment. On both of them I want to use the test environment webhook. How can I differentiate that the webhooks go to the correct environment?
If I just add another webhooks entpoint that will send the webhook to both environemnts, qa and staging and errors will be thrown
what changes between qa and staging in terms of the webhooks?
why do you need to differentiate?
are two different environments
in terms of webhooks it doesn't really differ
but are two different environments, with different databases and users
does Stripe know if the request comes from QA or Staging and then forward the webhook to the correct environment?
you might need to add metadata in that case
e.g. if you create a PaymentIntent in qa you can add metadata:{env: 'qa'} on the Payment Intent
okay, that's the only way
yes unfortunately it is