# Process payment link **POST /v1/payment-links/{paymentLinkId}/process** Process payment link for given ID ## 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 ### Path parameters - **paymentLinkId** (string) Payment link ID ### Body: application/json (object) - **paymentIntentId** (string | null) Stripe payment intent id ## Responses ### 200 successful operation #### Body: application/json (object) - **paymentLink** (object) Payment Link schema - **company** (object) Company schema - **family** (object) Family schema - **debitAggregateTransaction** (object) Transaction with related details schema - **creditAggregateTransaction** (object) Transaction with related details schema - **paymentIntent** (object) ### 422 Validation error #### 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)