#jeyson
1 messages ยท Page 1 of 1 (latest)
This is for connected accounts?
Yes
THere's no API for this, you can use dashboard data like you're using or calculate this based on payments using your own system & logic etc
I need to extract that value with nodejs
ie, retrieve all the payments/invoices etc for the connected account and sum them up, or aggregate on a rolling basis using webhooks etc
But Is it possible extract with the number of CONNECTED_STRIPE_ACCOUNT_ID
No, you would need to calculate this total volume based on the details of your integration
It depends on what you use
You'd calculate this according to your business logic to determine account volume
ok please tell me, what is the endpoint to check that values with the CONNECTED_STRIPE_ACCOUNT_ID
with nodejs
What values?
the volume in Connected accounts
I use payment of type much , for example card, ach google-pay apple-pay
OK, but all using payment intents?
some use stripe.charges.create and others stripe.paymentIntents.create with api nodejs
Is it possible to check the amount used by those stripe apis for nodejs?
HI ๐
I'm stepping in as @dire torrent needs to go.
So if your integration uses both Payment Intents and Charges to create charges for a Connect Account, you would need to write code to retrieve those payments and calculate the totals.
I understand, can you tell what is the endpoint with which could to do it ?
Well you said you were using both Payment Intents and Charges, correct?
yes it is correct
In that case you would use the List APIs for both Payment Intents and Charges
ok I will check this endpoints, thanks ๐
Sure thing, happy to help ๐