#ancient6057
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- ancient6057, 2 days ago, 13 messages
Can you share an example subscription ID (sub_xxx)?
Please do not share secret key (sk_xxx) as this channel is public and visible to everyone. I've deleted your previous message
Your previous message only share the secret key, not subscription ID (sub_xxx)
Can you please share the successful creation of a subscription?
I don't see any sucessful payment on this Checkout Session. Subscription will only be created after successful payment made
Payment has been successful now
I'm able to see metadata in customer.subscription.created event: https://dashboard.stripe.com/test/events/evt_1OdlZ0D1CwZK6xCozAqvy7UD
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
It seems that there is a problem with the event I subscribed to. What I subscribed to is subscription_schedule.
instead of customer.subscription
What's the difference between the two?
Subscription is for the immediate subscription creation
Subscription schedule is for subscription creation / changes in the future
In this case, you should listen to subscription.* and customer.subscription.* events instead
OK, thanks