#artifishul-trialend-event
1 messages · Page 1 of 1 (latest)
(sorry wrong reacji)
artifishul-trialend-event
@tepid knot how are you ended the trial early? I assume you're making an explicit API request that has trial_end: 'now' right?
Exactly
Okay so that Event would have request[id] set on it (https://docs.stripe.com/api/events/object#event_object-request) to indicate that came from a real API request (or a Dashboard action).
While otherwise the Event would have request: null if it was done automatically from Stripe
Perfect. Thanks so much.
sure thing!