---
title: "revenuecatTransactionWebhook"
method: POST
path: "/subscripiton/revenuecatTransactionWebhook"
tags: ["subscripiton"]
---

# revenuecatTransactionWebhook

`POST /subscripiton/revenuecatTransactionWebhook`

Internal subscripiton/revenuecatTransactionWebhook operation. Authentication requirements are derived from the active route allowlist.

## Request body

- object
  - `event` object
    - `id` string
    - `type` string
    - `price` integer
    - `store` string
    - `app_id` string
    - `aliases` string[]
    - `currency` string
    - `metadata` unknown
    - `offer_code` unknown
    - `product_id` string
    - `app_user_id` string
    - `environment` string
    - `period_type` string
    - `country_code` string
    - `entitlement_id` unknown
    - `renewal_number` integer
    - `tax_percentage` number
    - `transaction_id` string
    - `entitlement_ids` string[]
    - `is_family_share` boolean
    - `purchased_at_ms` integer
    - `expiration_at_ms` integer
    - `expiration_reason` string
    - `event_timestamp_ms` integer
    - `takehome_percentage` number
    - `original_app_user_id` string
    - `commission_percentage` number
    - `presented_offering_id` unknown
    - `subscriber_attributes` object
      - `shadow_id` object
        - `value` string
        - `updated_at_ms` integer
      - `helium_hpid` object
        - `value` string
        - `updated_at_ms` integer
      - `paywall_ver` object
        - `value` string
        - `updated_at_ms` integer
      - `paywall_source` object
        - `value` string
        - `updated_at_ms` integer
      - `has_subscribed_before` object
        - `value` boolean
        - `updated_at_ms` integer
    - `original_transaction_id` string
    - `price_in_purchased_currency` integer
  - `appUser` object
    - `id` integer
    - `role` string
  - `api_version` string

## Response `200`

Standard successful response envelope.

- SuccessEnvelope
  - `status` 'success', required
  - `statusCode` integer, required
  - `message` string, required
  - `data` object, required
  - `error` unknown, required

## Other responses

- `400` — Standard API error envelope.
- `401` — Standard API error envelope.
- `403` — Standard API error envelope.
- `422` — Standard API error envelope.

---

[API](https://skmtc.dev/wowinvoice/apis/wow-invoice-internal-api.md) · [All operations](https://skmtc.dev/wowinvoice/apis/wow-invoice-internal-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wowinvoice/wow-invoice-internal-api/revisions/9f6951d767bb/schema)
