provider GET
/v1/balance @utdk/stripe
/v1/balance Retrieve balance
<p>Retrieves the current account balance, based on the authentication that was used to make the request.
For a sample request, see <a href="/docs/connect/account-balances#accounting-for-negative-balances">Accounting for negative balances</a>.</p>
- expand query
- Specifies which fields in the response should be expanded.
- array
Try it
Authentication
Configure credentials for Stripe API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import stripe from '@utdk/stripe';
await stripe.getbalance()