# Get Checkout **GET /commerce/{accountId}/v2/checkouts/{checkoutId}** Returns a checkout session by ID. This can be used to poll the status of a checkout session providing order placement details. ## Servers - https://api.staging.deliverect.com: https://api.staging.deliverect.com () ## Authentication methods - Bearer auth ## Parameters ### Path parameters - **accountId** (string) - **checkoutId** (string) ## Responses ### 200 200 #### Body: application/json (object) - **id** (string) - **created** (string) - **updated** (string) - **deleted** (boolean) - **etag** (string) - **accountId** (string) - **storeId** (string) - **status** (string) - **basket** (object) - **payment** (object) - **order** (object) ### 400 400 [Powered by Bump.sh](https://bump.sh)