#kieran_checkout-subscription-metadata

1 messages ยท Page 1 of 1 (latest)

wise sableBOT
#

๐Ÿ‘‹ 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/1310663294440312832

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

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.

dire wing
#

Hi ๐Ÿ‘‹

What is the data you are looking for?

#

To start, I recommend you find a recent test mode example you have and share checkout.session.completed and customer.subscription.created event IDs here.

grim island
#

Hi,

I need the following:

  • Stripe Customer ID
  • Stripe Product ID
  • Stripe Price ID
  • Stripe Subscription ID
  • Metadata (the specific metadata value is the mechanicId, that is passed during checkout session created)

We don't listen to customer.subscription.created as we only want to store it our side when the customer has actually paid for the subscription.

checkout.session.completed - evt_1QP64VIRMsRYbfeOx5s5hI79
invoice.payment_succeeded - evt_1QP64WIRMsRYbfeOo1RUUTdJ
customer.subscription.created - I dont have it ,as we dont listen to it

Checkout.session.completed is missing the product and price ID, invoice.payment_suceeded has everything we need apart from the metadata is missing. As you can see when you check the checkout.session.completed event, it includes the metadata -> mechanicId value that we need as well.

I only need to listen to an event that will guarantee me that the subscription has been created AND paid for the initial payment of it ๐Ÿ™‚

dire wing
wise sableBOT
#

kieran_checkout-subscription-metadata