---
title: "Apply a coupon to the current user"
method: POST
path: "/v1/stripe/coupons/apply"
tags: ["Payment"]
---

# Apply a coupon to the current user

`POST /v1/stripe/coupons/apply`

## Request body

- object
  - `data` object, required
    - `couponId` string, required
    - `userId` string, required
    - `awaitResolved` boolean

## Response `200`

Coupon applied successfully

- object
  - `data` object, required
    - `coupon` object, nullable
      - `id` string, required
      - `percent_off` number, nullable
      - `amount_off` number, nullable
      - `valid` boolean, nullable
      - `name` string, nullable
      - `description` string, nullable
    - `amountAdded` number
    - `transactionId` string
    - `transactionStatus` 'created' | 'pending' | 'requires_action' | 'succeeded' | 'failed' | 'refunded' | 'canceled'
    - `error` object
      - `message` string, required
      - `code` string
      - `type` string

## Changes

- **2026-06-19** `a9b22943fe9c` — 1 info
  - endpoint added
- **2026-06-17** `b1975c50c4ba` — 1 breaking
  - api path removed without deprecation
- **2026-05-07** `967c41f60844` — 1 info
  - api operation id `applyStripeCoupon` removed and replaced with ``

[Change history](https://skmtc.dev/akash-network/apis/akash-network-console-api/changes/v1/stripe/coupons/apply/post.md)

---

[API](https://skmtc.dev/akash-network/apis/akash-network-console-api.md) · [All operations](https://skmtc.dev/akash-network/apis/akash-network-console-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/akash-network/akash-network-console-api/revisions/862574c30b16/schema)
