#patricia-payments
1 messages · Page 1 of 1 (latest)
hello! Can you share your account id so that I can take a closer look at how your integration works? You can find your account id by logging in to https://dashboard.stripe.com/settings/account. It'll be in the upper right hand corner and looks like acct_123
Thank you! acct_1LIElFDEs0lLYaEC This is all in test mode, btw
I don't have a live integration built
can you also share an example Charge id which you don't see the corresponding PaymentIntent for?
Let me see if I can regenerate that issue
Hm, I'm not able to reproduce the issue after all.
In [20]: sum([c.amount_captured for c in chs if c.paid])
Out[20]: 101388
In [21]: sum([p.amount_received for p in pis if p.status == "succeeded"])
Out[21]: 101388
Just to confirm then, there is no issue with using PaymentIntents to pull down the total paid per customer?
Appreciate your review, thank you!
yes, there's no issue with using PaymentIntents to pull the total paid per customer