#michi_api

1 messages ยท Page 1 of 1 (latest)

radiant mistBOT
#

๐Ÿ‘‹ 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/1325927987664654407

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

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.

radiant jetty
#

Are you asking about that?

raw forge
radiant jetty
raw forge
#

Charges is now deprecated?

radiant jetty
raw forge
#

Yes

#

The information that charges is deprecated, helped me. Thank you!

radiant jetty
#

Great! Happy to help ๐Ÿ™‚

raw forge
#

But I have still one understanding question:

radiant jetty
#

Sure
What's the question?

raw forge
#

What is the exact reason why a list of payments is no longer supported. For example, if I want to offer my end customers installment payments of $500 each for an $1.500 invoice. This will no longer be possible to receive those informations without a list.

#

Sorry, but it seems for me like a downgrade

radiant jetty
#

How does listing charges affect the payment process exactly?

invoice.payment_intent.charges returned a list of charges associated with a specific PaymentIntent/Invoice. Meaning if there were more than 1 charge (like failed payment attempts), then charges would list all the charge objects. It doesn't have anything to do with collecting payments for multiple invoices?

I think you're misunderstanding the flows/logic of the parameter. If you're trying to integrate installments, then you should be able to use Subscription Schedules for this and charge customers automatically - https://docs.stripe.com/billing/subscriptions/subscription-schedules/use-cases#installment-plans

raw forge
#

Okay, I think I got it. Thanks!