79213566

Date: 2024-11-22 03:53:54
Score: 1
Natty:
Report link

Here's the guide on how you retrieve the balance on the connected account: https://docs.stripe.com/connect/account-balances#check-connected-account-balance

For example using Balance Retrieval API,

curl https://api.stripe.com/v1/balance \
  -u "sk_123:" \
  -H "Stripe-Account: {{CONNECTED_ACCOUNT_ID}}"
Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
Posted by: yuting