# Checkout Sessions ## Checkout the shopping basket of the specified user. - [POST /baskets/users/{userId}/checkout/sessions](https://docs.jay-metadata.com/apis/basket/latest/openapi/checkout-sessions/checkoutbasket.md): Contacts the payment service provider (PSP) to prepare a checkout of the products in the cart. Creates an order for this checkout. ## Finish the active checkout. - [POST /baskets/users/{userId}/checkout/sessions/finish-active](https://docs.jay-metadata.com/apis/basket/latest/openapi/checkout-sessions/finishactivecheckout.md): Finish the active checkout in the shopping basket.