#esteban_checkout-metadata
1 messages · Page 1 of 1 (latest)
👋 Welcome to your new thread!
⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1298765264095150080
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Hey @pine night can you give me the Subscription id sub_123? I can have a look
Note that the first subscription wss a Free Trial. All of the next ones where either free trial or paid
esteban_checkout-metadata
Second one created: sub_1QDBmNHstOkxesbFIobfDgri
First one: sub_1QDBS8HstOkxesbFZg3neFqL
The billing subscription id is a metadata i sent using the Update, so that is not relevant to either
The Subscription sub_1QDBmNHstOkxesbFIobfDgri was created by a Checkout Session that you created in https://dashboard.stripe.com/test/logs/req_2kSOc1kAtwAbzW
You passed subscription_data[metadata] at the time, and if you look at the customer.subscription.created Event https://dashboard.stripe.com/test/events/evt_1QDBmOHstOkxesbFAEngiNqU it has the 3 metadata values as expected
The Subscription sub_1QDBS8HstOkxesbFZg3neFqL was created by your own code via the API and not Checkout. It was created in the API request https://dashboard.stripe.com/test/logs/req_3lyuFX4adTCEBk and you never passed metadata
Both subscriptions should have 3 Metadata for the subscription. The first one doesn’t, and the second one does
Give me one second to look at it
yeah you mixed things up I think that's why I wrote the detailed summary for each
Thank you. I most definitely mixed things up. It looked all the same after looking at it for 4 hours. Truly sorry