---
title: "Create a gifting checkout"
method: POST
path: "/open-api/v1.0/gifting/checkout"
tags: ["Gifting"]
---

# Create a gifting checkout

`POST /open-api/v1.0/gifting/checkout`

Creates a paid checkout for gifting a product to live chat

## Request body

- ComFourthwallAppOpenapiEndpointCreateGiftingCheckoutV1Request
  - `offerId` string, required — The product offer to gift to live chat.
  - `quantity` integer, required — How many gifts to purchase.
  - `currency` 'USD' | 'EUR' | 'CAD' | 'GBP' | 'AUD' | 'NZD' | 'SEK' | 'NOK' | 'DKK' | 'PLN' | 'INR' | 'JPY' | 'MYR' | 'SGD' | 'MXN' | 'BRL' | 'CHF' — Display currency for the checkout. Defaults to the shop's currency.

## Response `201`

Created

- GiftingCheckoutV1
  - `checkoutId` string, required — Id of the created checkout.
  - `checkoutUrl` string, required — Absolute, directable checkout URL on the shop's domain.

---

[API](https://skmtc.net/fourthwall/apis/fourthwall-apis-2.md) · [All operations](https://skmtc.net/fourthwall/apis/fourthwall-apis-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fourthwall/fourthwall-apis-2/revisions/ef273312f051/schema)
