#elianbraja
1 messages · Page 1 of 1 (latest)
Hi! Let me help you with this.
You can use metadata field in your requests to mark each object as coming from development and staging.
Most Stripe objects have a metadata field: https://stripe.com/docs/api/payment_intents/create#create_payment_intent-metadata
Then you check the metadata when you receive the event, and discard the irrelevant events in each environment.
this is the only way? isn't any otherway for example for Stripe to catch from where did the request come and the call webhook on that environment?
Test and Live environment is the only 2 environments we support.