#2Clutch-Subsription
1 messages · Page 1 of 1 (latest)
evt_1L0yGHJF8oW0qG5shdbgCxBA
Thanks. let me take a look
I saw you were using plan param when creating subscription sub_1L0yGEJF8oW0qG5sewAC3uY0
https://dashboard.stripe.com/test/logs/req_mQjmfrdTVsnIEa you can check the request in this log. What's the Stripe CLI command that you use?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
stripe trigger customer.subscription.created
Are you using the latest Stripe CLI?
can you run a stripe version ?
Hmm. it seems like the stripe CLI is still using the plan API in the customer.subscription.creation fixture https://github.com/stripe/stripe-cli/blob/master/pkg/fixtures/triggers/customer.subscription.created.json#L16
stripe version 1.8.8
OK. It's the same behaviour even in the latest version.
just upgraded and the same behavior
when a new subscription is created, how can i easily retrieve the email associated with the user who just signed up for a subscription?
Are you using the Checkout for subscription?
If you are, you can check the customer object and find the email address there.
mind expanding? not sure i understand.