---
title: "Retrieve Coupon Info"
method: GET
path: "/api/payment/coupon/{coupon_code}"
tags: ["Payment"]
---

# Retrieve Coupon Info

`GET /api/payment/coupon/{coupon_code}`

Get coupon information.

## Path parameters

- `coupon_code` string, required

## Response `200`

Successful Response

- CouponResponseSchema — Schema for representing coupon information.
  - `id` string, uuid, required
  - `code` string, required
  - `discount_percentage` integer, required
  - `allowed_max_discount` integer, required
  - `start_date` string, date-time, required
  - `end_date` string, date-time, required
  - `min_billing_value` integer, required
  - `is_active` boolean, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/chat-fly/apis/chatfly-backend-application.md) · [All operations](https://skmtc.net/chat-fly/apis/chatfly-backend-application/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chat-fly/chatfly-backend-application/versions/cbb37496f138/schema)
