#will-coelho_api
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/1351625977691770908
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi! is the $0 cost product also a subscription? if so can you share an example subscription ID?
also since this is about woocomerce my ability to support it here might be limited. happy to take some initial looks at this but if the issue is woocommerce specific i might need to redirect you
also which webhook events are you expecing and not receiving? the request you shared is just to create a setup intent so it's not surprising to me that you only received setup intent events
Hello, thank you for your willingness to help me.
I was unable to identify a subscription ID in the Stripe dashboard.
The transactions for my products appear in the transaction tab of the dashboard.
I expected to receive a paymentIntent.succeeded webhook like I receive for purchases of other products (priced above 0 reais)
Hello
For $0, Stripe won't generate a PaymentIntent. PaymentIntents are generated for when the customer's payment methods are charged. With $0, there won't be an attempt to charge the payment methods.
Hello! How could I receive a webhook that informs me of my name, email, product name, etc. that I receive on purchases worth over $0?
The SetupIntent was generated by Woocommerce on your behalf. So I'd recommend talking to them about this since they'll have a recommended way for you to get this information.
ok! thank for your help!