#moustache_checkout-creditbalance

1 messages ¡ Page 1 of 1 (latest)

potent crystalBOT
#

👋 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.

sand kindleBOT
chrome schooner
#

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?

cinder hazel
#

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

chrome schooner
#

Yeah, so Invoices and Checkout Sessions are completely different

cinder hazel
#

lol I know

chrome schooner
#

I assume you're using one-time payment Checkout Sessions?

cinder hazel
#

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.

chrome schooner
#

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

cinder hazel
#

ok, great, let me test that. I was just testing the one-time checkout sessions.

chrome schooner
#

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

cinder hazel
#

I am not sure I follow. Aren't invoices created for one-time payment checkout sessions as well?

chrome schooner
#

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

potent crystalBOT
#

moustache_checkout-creditbalance

cinder hazel
#

I hear you. Still it seems this could/should be integrated at least when invoice_creation is enabled. Thanks for your time.