---
title: "Complete checkout by order"
method: PATCH
path: "/v2/order/{order_uuid}/checkout"
tags: ["Order"]
---

# Complete checkout by order

`PATCH /v2/order/{order_uuid}/checkout`

Complete an Express Checkout order

## Path parameters

- `order_uuid` string, required

## Request body

- object
  - `currency_code` string, required — The 3 character currency code as defined by ISO 4217
  - `address_uuid` string, required — The UUID associated with the customer's shipping address
  - `shipping_options` object[], required — The shipping options for the order
    - `name` string — The name of the shipping option
    - `description` string — The description of the shipping option
    - `shipping_amount_in_cents` number — The shipping amount in cents for the order
    - `tax_amount_in_cents` number — The tax amount in cents for the order
    - `final_order_amount_in_cents` number — The final total amount in cents for the order including the shipping, tax and cart amount. etc

## Response `200`

Status No Content

## Other responses

- `400` — Invalid request
- `401` — Unauthorized. Returned for any failed bearer or basic auth, including expired bearer tokens.
- `404` — The specified resource was not found
- `422` — Unable to process the request entity

---

[API](https://skmtc.net/sezzle/apis/sezzle-api-v2.md) · [All operations](https://skmtc.net/sezzle/apis/sezzle-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sezzle/sezzle-api-v2/versions/8a0700b7e27f/schema)
