# Get Stripe profile link **GET /v1/integrations/stripe/profile-link** Get Stripe profile link, or an onboarding link if the user has not set up Stripe ## Servers - Development Server: https://api-dev.classmanager.io (Development Server) - Localhost: https://localhost (Localhost) - Local (Valet): https://classmanager.test (Local (Valet)) - Staging Server: https://api-stage.classmanager.io (Staging Server) - Production Server: https://api.classmanager.io (Production Server) ## Parameters ## Responses ### 200 successful operation #### Body: application/json (object) - **url** (string) URL - **createdAt** (string(date-time)) Link created time - **expiresAt** (string(date-time) | null) Link expiry time - **type** (string) ### 403 Not authorized #### Body: application/json (object) - **statusCode** (number) Status Code - **messages** (array[string]) List of error messages - **exception** (object) Exception ### 404 Not found #### Body: application/json (object) - **statusCode** (number) Status Code - **messages** (array[string]) List of error messages - **exception** (object) Exception [Powered by Bump.sh](https://bump.sh)