GET /api/v2/storefront/billing/accounts
Returns billing status for each managed child account of a parent customer — whether the child inherits billing from the parent or has its own Stripe account, and that account’s onboarding status. Call this from the parent customer to audit which children still need billing set up.
Request
Parameters
This endpoint takes no parameters.Response
inherited: true means the child uses the parent’s billing and onboardingStatus is none. When inherited is false, the child has its own Stripe account and onboardingStatus is one of pending, complete, or restricted.
Errors
400 VALIDATION_ERROR— the caller is not a parent customer or has no managed child accounts.
Related
Billing tasks
All billing operations
Get billing config
Read one account’s configuration
Provision Stripe Connect
Provision on behalf of a child
Billing overview
Stripe Connect concepts