---
title: "Create Gift Purchase"
method: POST
path: "/cabinet/gift/purchase"
tags: ["Cabinet Gift"]
---

# Create Gift Purchase

`POST /cabinet/gift/purchase`

Create a gift subscription purchase from the cabinet.

## Request body

- GiftPurchaseRequest
  - `tariff_id` integer, required
  - `period_days` integer, required
  - `recipient_type` string, nullable
  - `recipient_value` string, nullable
  - `gift_message` string, nullable
  - `payment_mode` string, required
  - `payment_method` string, nullable

## Response `200`

Successful Response

- GiftPurchaseResponse
  - `status` string, required
  - `purchase_token` string, required
  - `payment_url` string, nullable
  - `warning` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/bedolagam/apis/remnawave-bot-admin-api.md) · [All operations](https://skmtc.net/bedolagam/apis/remnawave-bot-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bedolagam/remnawave-bot-admin-api/revisions/45956d1b13ec/schema)
