# Family payment finish **POST /v1/order/{id}/family-payment-finish** ## 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 - **id** (string) Order id ### Body: application/json (object) Request to confirm payment for a payment schedule or specific order item. At least one of orderItemId or date must be provided. - **paymentIntentId** (string) Stripe Payment intent ID (must start with pi_) - **orderItemId** (string | null) Order item ID - **date** (string | null) Date of payment schedules to pay ## Responses ### 204 Empty response [Powered by Bump.sh](https://bump.sh)