#arpu_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/1413467632983740510
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
hey there!
as of version 2025-03-31.basil, the 'payment_intent' field on the Invoice object has been removed (due to the addition of support for partial invoice payments)
now, to pass the client secret to the frontend, you can use the Invoice's 'confirmation_secret'
what is now the recommended way to get the client_secret ?
this works! thank you!
let us know if you need any more help
would be nice to have some more new api examples or updated examples like https://github.com/stripe-samples/subscription-use-cases/blob/main/fixed-price-subscriptions/server/ruby/server.rb#L91
if you want the latest version of our code recommendation you can find those in the docs. we don't update the samples often