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"
}

Changes

Changed in 2 of the 11 revisions of this API.11