#bruce17
1 messages · Page 1 of 1 (latest)
Hi,
You can use Stripe Dashboard and access that account dashboard (Express or Standard Account) or design an integration from scratch using the APIs:
https://stripe.com/docs/connect/authentication#stripe-account-header
thanks! and then from this what would be the way for me to get all their transasctions?
You can use the PaymentIntent API for listing all transactions
https://stripe.com/docs/api/payment_intents/list
amazing will take a look into this!
Happy to help!