---
title: "Starts the place order process, which is a background process handling payment and rollbacks if required."
method: PUT
path: "/api/v1/checkout/placeorder"
tags: ["Checkout"]
---

# Starts the place order process, which is a background process handling payment and rollbacks if required.

`PUT /api/v1/checkout/placeorder`

## Query parameters

- `returnURL` string, required

## Response `201`

201 if new process was started

- ControllerStartPlaceOrderResult
  - `UUID` string

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.net/i-love-flamingo/apis/flamingo-commerce-api-spec.md) · [All operations](https://skmtc.net/i-love-flamingo/apis/flamingo-commerce-api-spec/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/i-love-flamingo/flamingo-commerce-api-spec/versions/b7749eb201b8/schema)
