Skip to main content
WEBHOOK
MemberPurchased
{
  "event_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "event_timestamp": "<string>",
  "payload": {
    "member_id": 123,
    "member_email": "ada.lovelace@example.com",
    "member_first_name": "<string>",
    "member_last_name": "<string>",
    "member_time_zone": "<string>",
    "member_location": "<string>",
    "member_referral_count": 123,
    "member_avatar": "<string>",
    "member_categories": "<string>",
    "member_permalink": "<string>",
    "member_ambassador_level": "<string>",
    "plan": {
      "id": 123,
      "name": "<string>",
      "amount": 123,
      "currency": "<string>",
      "interval": "<string>",
      "type": "<string>",
      "has_free_trial": true
    },
    "purchase": {
      "id": "1234",
      "tax_percent": 123,
      "payment_platform": "<string>",
      "purchased_at": "2025-11-07T23:17:22+00:00",
      "created_at": "2025-11-07T23:17:21+00:00",
      "updated_at": "2025-11-07T23:17:21+00:00"
    }
  }
}

Body

application/json

Webhook payload

event_id
string<uuid>
required
event_timestamp
string<datetime>
required
payload
object
required

A purchase of a plan by a member

Response

200

Return a 200 OK to indiate that the payload has been successfully received.

Any other response will cause the webhook to retry up to 5 times, over a period of several hours (TODO)