---
title: "Offrir un abonnement (checkout CryptoGate)"
method: POST
path: "/api/subscriptions/gift/checkout/"
tags: ["Gifts"]
---

# Offrir un abonnement (checkout CryptoGate)

`POST /api/subscriptions/gift/checkout/`

POST /api/subscriptions/gift/checkout/ — crée un paiement CryptoGate PONCTUEL
pour offrir un abonnement (direct à un ami, ou code à transmettre).

## Request body

- GiftCheckout
  - `plan` 'supporter' | 'vip', required
  - `duration` 1 | 3 | 6 | 12, required
  - `recipient_user_id` integer, nullable
  - `message` string
  - `anonymous` boolean

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `502` — CryptoGate injoignable

---

[API](https://skmtc.dev/jeuxcracks/apis/jeuxcracks-api.md) · [All operations](https://skmtc.dev/jeuxcracks/apis/jeuxcracks-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/jeuxcracks/jeuxcracks-api/revisions/6e8cd2610a4c/schema)
