# Prepare payment for checkout **POST /v1/checkout/prepare-payment** ## 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 ### Body: application/json (object) - **basketId** (string) ID of the basket to retrieve - **enrolments** (array[object]) Enrolments to prepare - **dropIns** (array[object]) Drop-ins to prepare - **products** (array[object]) Products to prepare - **additionals** (array[object]) Additionals to prepare for payment ## Responses ### 200 The checkout #### Body: application/json (object) - **paymentMethods** (array[object]) [Powered by Bump.sh](https://bump.sh)