cURL
curl --request GET \ --url https://api.agentic.scope3.com/api/v2/partner/storefront/billing/status \ --header 'Authorization: Bearer <token>'
{ "accountId": "<string>", "chargesEnabled": true, "payoutsEnabled": true, "requirements": { "currentlyDue": [ "<string>" ], "eventuallyDue": [ "<string>" ] }, "balance": { "available": [ { "amount": 123, "currency": "<string>" } ], "pending": [ { "amount": 123, "currency": "<string>" } ] } }
Retrieve Stripe Connect account verification status and balance.
API key or access token
Get Stripe account status
Stripe Connect account status and balance
Show child attributes