Get Connect Status
Stripe Connect
Get Connect Status
Check if the developer’s Stripe Connect account is fully onboarded.
Returns the onboarding status from Stripe’s Account API. Key fields:
- charges_enabled: Can this account accept charges? (requires onboarding)
- payouts_enabled: Can this account receive payouts? (requires bank setup)
- details_submitted: Has the developer completed the onboarding form?
The frontend uses this to show the appropriate UI (onboarding CTA vs balance display).
GET
Get Connect Status
Documentation Index
Fetch the complete documentation index at: https://docs.aitasker.co/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
200 - application/json
Successful Response