#smoochywallace_code
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/1361541286800130130
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Sorry, accidentally sent that while typing the product description. I have a B2B app in beta with several clients and I'm working on setting up a plan subscription.
hi there, can you share the request id [0]? it'll have the prefix req_
[0] https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
ah so you're using our latest API version basil, on basil you wouldn't expand the payment_intent, you expand latest_invoice.confirmation_secret I'll recommend looking through this guide instead : https://docs.stripe.com/billing/subscriptions/build-subscriptions?platform=web&ui=elements
aaaahhhh I had a feeling it was something with the version. Thank you!
if it's helpful, we have a change log documenting the breaking changes for basil : https://docs.stripe.com/changelog/basil
excellent, is it recommended to use basil or is there a stable version?
all of our released versions are stable. I always recommend using the latest version to ensure that your integration is up to date and you can use the latest features.
btw, if you're implementing subscriptions, some folks prefer not to create the Intent first, if that's the case, you can take a look at this guide instead https://docs.stripe.com/payments/accept-a-payment-deferred?platform=web&type=subscription
Awesome, thanks!
It looks like this https://docs.corp.stripe.com/changelog/basil link isn't working for me
great, thanks again! super helpful. I've been digging through documentation trying to figure this out for way too long