---
title: "Accept Cancel Flow Offer"
method: POST
path: "/iap/cancel-flow/accept-offer"
tags: ["Cancel Flow"]
---

# Accept Cancel Flow Offer

`POST /iap/cancel-flow/accept-offer`

Accepts the retention offer shown during the cancel flow, applying a discount to the user's subscription.

## Request body

- object
  - `user_id` string, required — The user's external ID.
  - `product_id` string, required — The product the offer applies to.

## Response `200`

Offer accepted

- object
  - `status` string
  - `discount_applied` boolean — Whether the discount was successfully applied.

## Other responses

- `400` — Invalid request -- missing or malformed parameters.
- `401` — Invalid or missing API key.
- `404` — Resource not found.

---

[API](https://skmtc.net/zerosettle/apis/zerosettle-iap-api.md) · [All operations](https://skmtc.net/zerosettle/apis/zerosettle-iap-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zerosettle/zerosettle-iap-api/versions/1a7aa12f3d5e/schema)
