curl --request GET \
--url http://localhost:3091/v1/api/stripe-connect/can-receive-payments \
--header 'Authorization: Bearer <token>'{}Returns whether the user’s Stripe Connect account is ready to receive payments.
curl --request GET \
--url http://localhost:3091/v1/api/stripe-connect/can-receive-payments \
--header 'Authorization: Bearer <token>'{}JWT access token from POST /v1/api/auth/login
Readiness check completed
The response is of type object.