v1

latestOpenAPI 3.0.32026-07-132534113.7 KB
Cancel Flow

Accept Cancel Flow Offer

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

post/iap/cancel-flow/accept-offer

Request body

user_idstring required

The user's external ID.

product_idstring required

The product the offer applies to.

Response

Offer accepted

statusstring
discount_appliedboolean

Whether the discount was successfully applied.

Example response

{
  "status": "ok"
}