Desired Behavior
it seems like stripe events can "leak" between environment. A test event can appear in production webhooks. a check must be done on the event payload via the attribute live_mode to ensure it received and should be handle by the current application or not.
I'll add a stripe documentation source when I find it.
Desired Behavior
it seems like stripe events can "leak" between environment. A test event can appear in production webhooks. a check must be done on the event payload via the attribute
live_modeto ensure it received and should be handle by the current application or not.I'll add a stripe documentation source when I find it.