@steady oriole pressed the 📡 API button in https://discord.com/channels/841573134531821608/842637025524842496 to ask a question:
Question
I am in a big problem , I am integrating apple pay direct sheet with web interface , I am using subscription create api wtih trial period. And in my app there is no option to pass customer email , so when user pay with apple pay it ask email and i need to collect that . I can collect that from a payment intent that is fine . But my issue is for a trial period enabled price it is not creating any payment intent so I cannot able to get the email back , is there any way to get the email on stripe webhook event ? I need that because when user subscribe on trial i need to send them a custom email
Related Request ID(s)
no
What have you already attempted?
I have tried stripe webhook customer subscription created event, invoice payment success event and customer subscription updated event
What are you working on?
web app development NEXT JS