---
title: "Subscription Purchased"
method: POST
path: "subscription.purchased"
tags: ["Membership Events"]
---

# Subscription Purchased

`POST subscription.purchased` (webhook)

Fired when a new membership subscription is purchased.

## Payload

- object
  - `id` string, required — Unique identifier for this webhook event
  - `webhookId` string, required — ID of the webhook configuration that triggered this event
  - `shopId` string, required — ID of the shop that generated this event
  - `type` string, required — The event type
  - `apiVersion` string, required — API version of the webhook payload
  - `createdAt` string, date-time, required — When this event was created
  - `testMode` boolean, required — Whether this event was sent in test mode
  - `data` ComFourthwallOpenapiModelMembershipSupporterV1, required
    - `id` string
    - `email` string
    - `nickname` string
    - `createdAt` string, date-time
    - `subscription` ComFourthwallOpenapiModelMembershipSupporterV1Subscription
      - `type` string, required

## Acknowledgement `200`

Event received successfully

---

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