curl --request GET \
--url http://localhost:3091/v1/api/stripe-connect/status \
--header 'Authorization: Bearer <token>'{}Returns the connected account status including verification and payout readiness.
curl --request GET \
--url http://localhost:3091/v1/api/stripe-connect/status \
--header 'Authorization: Bearer <token>'{}JWT access token from POST /v1/api/auth/login
Account status retrieved
The response is of type object.