#jeet_code

1 messages ¡ Page 1 of 1 (latest)

tender orchidBOT
#

👋 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/1220673563418165338

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

cloud bladeBOT
#

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

willow venture
#

discussion was pending

cloud bladeBOT
silent sparrow
#

Hi, let me help you with this.

#

What do you mean by "method is supported" exactly?

willow venture
#

I tried to use .setPaymentIntent(paymentIntent.getId()); with SessionCreateParams but it is not showing

#

in documnetation also

#

My question was how I can use customer balance in one time payment using Stripe checkout

silent sparrow
#

You can't set a PaymentIntent on a Checkout Session, an attached PaymentIntent is generated automatically when you create a Checkout Session.

silent sparrow
#

Where did you find the use_stripe_balance exactly?

willow venture
#

over chatgpt

silent sparrow
#

This is not a valid parameter.

willow venture
#

okay

#

Can you answer to my question

#

how I can use customer balance in one time payment using Stripe checkout

silent sparrow
#

I am not sure it's possible. I am checking...

willow venture
#

Is there any other way I can use customer balance in one time payment ?

silent sparrow
#

You can add a discount to the checkout and then reset the customer balance.

willow venture
#

Is there anything similar to customer balance that automatically get deducted while one time and recurring payment ?

silent sparrow
#

Not for one-time payments without an Invoice, but it will work automatically for Subscriptions, because Subscriptions create Invoices each cycle.

willow venture
silent sparrow
cloud bladeBOT
willow venture
#

is credit notes automatically get deducted in case of one time payment using Stripe checkout ?

nocturne fossil
#

as far as I know, no