#joanantoni_40967

1 messages · Page 1 of 1 (latest)

finite shardBOT
#

Hello joanantoni_40967, we'll be with you shortly! 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.
https://discord.com/channels/841573134531821608/1163483446027501678, 2 days ago, 2 messages

pearl hinge
#

Hi there!

#

For every invoice in stripe at least there will be a charge or more no?
Each Invoice will have one PaymentIntent (or zero if it's an invoice for an amount lower than $50). And each PaymentIntent can have multiple Charges, if a charge failed for example.

stone vector
#

So, following this logic if an invoice is lower than 50 should not have any charge?

pearl hinge
#

Correct.

#

And like I said if there are some failed payments an Invoice can have multiple Charges object.

stone vector
#

okei

#

but at the end, if we want to link invoices and charges should we use paymentIntents? Because in the response of stripe.Charge.list() we are using the invoice_id that is coming from there