#Josh123-connect
1 messages · Page 1 of 1 (latest)
Hi! To make API calls from your platform account to your connected account, you should use the Stripe-Account header as explained here: https://stripe.com/docs/connect/authentication
ok, after i added Stripe-Account header as, what is the next step? so which API i should call to get all payment transaction from connected account?
It depends exactly what you want to retreived.
- You could list all paymentintent (but not all will have a
succeeded) - Or list all balance transactions https://stripe.com/docs/api/balance_transactions/list (I'll recommend passing a
typeto filter them) - Or list all charges https://stripe.com/docs/api/charges/list