#moustache_checkout-creditbalance
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/1219320583293112393
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello! Can you clarify what you mean that this feature is no longer available in Checkout Sessions? Was is something you previously saw working in Checkout?
No, it was just the default behavior when creating an invoice
once we stitched to CheckoutSessions, we can no longer apply credits to the checkout session
Yeah, so Invoices and Checkout Sessions are completely different
lol I know
I assume you're using one-time payment Checkout Sessions?
subscription setups
and onetime payment sessions as well
We have about 90 stripe account through our stripe connect platform. If this isn't possible, I would like to submit a feature request. It seems like something that should be supported in Checkout Sessions. The work around is very clumsy as I have to manually create a coupon, then adjust the credit balance after the completed Checkout Session.
For Subscription Checkout sessions I believe it should just work - sorry I assumed you were talking about one-time payments
If you create the Checkout Session with a Customer ID that has credit balance on it then I believe that balance would be reflected when they're redirected to the checkout session
ok, great, let me test that. I was just testing the one-time checkout sessions.
Yeah with one-time Checkout Sessions it wouldn't work since those don't create an Invoice up-front. But for subscriptions it should work
I am not sure I follow. Aren't invoices created for one-time payment checkout sessions as well?
No, it's a bit different - originally Checkout Sessions for one-time payments would only create a Payment Intent (hence why we don't support customer credit balance) . Later on we layered on the ability to generate a "post-payment" Invoice, but it just reflects what was paid in the checkout session, it wouldn't pull in any customer credit balance
moustache_checkout-creditbalance
I hear you. Still it seems this could/should be integrated at least when invoice_creation is enabled. Thanks for your time.