#LIL Vrau
1 messages · Page 1 of 1 (latest)
Hello! What's up?
I am using Stripe CLI and I wanto to know how to customize the email of a customer when I trigger an event.
You should be able to use the --override flag to do that: https://stripe.com/docs/cli/trigger#trigger-override
Yes, I read the doc
But I want the customer that is making the payment have an email
Can you share the full command you're using?
sure
stripe trigger payment_intent.succeeded
But the the event sent by the CLI does not contain an email
I want to put one
That trigger does not typically involve a Customer or an email address. Where exactly do you want the email to show up?
anywhere in the json response
Which JSON response?