For the complete documentation index, see llms.txt. This page is also available as Markdown.

Review Page Webhook

Review Page Webhooks enable merchants to stay informed about customer feedback in real time, allowing them to engage with customers, address concerns, and leverage positive reviews.

Subscription_Review.view: This event is triggered when a user views the Review Page.

{
  "entity": "event",
  "user_id": "65e01719d03692125f1f323f",
  "event": "subscription_review.view",
  "contains": [
    "paywall",
    "user",
    "subscription",
    "tier"
  ],
  "payload": {
    "paywall": {
      "_id": "65cb7057e57605058015b407",
      "state": "SAVED",
      "enable": false,
      "deletedAt": null,
      "clientId": "65015ff10070846629fb981e",
      "name": "inArticle BY Suyog",
      "createdAt": "2024-02-13T13:36:23.378Z",
      "updatedAt": "2024-02-14T12:52:00.520Z",
      "__v": 0,
      "version": "1"
    },
    "user": {
      "phoneNumber": "8383884833",
      "email": "fvdzcxz@rsgfdcx.fvc",
      "userId": "65e01719d03692125f1f323f",
      "country": "IN",
      "address": {
        "apartment": "",
        "area": "",
        "pincode": "",
        "landmark": "",
        "city": "",
        "state": "",
        "country": ""
      },
      "name": "dfsxzc dvzxc",
      "city": "new delhi (okhla phase i)",
      "location": {
        "latitude": 28.5223,
        "longitude": 77.2849,
        "postcode": "110001"
      },
      "username": "8383884833",
      "clientTierId": "65c4e3bff296fa057f3efab1"
    },
    "subscription": {
      "_id": "65c4e3bff296fa057f3efaaf",
      "benefits": "test 5",
      "physical": false,
      "digital": true,
      "title": "super set",
      "clientId": "65015ff10070846629fb981e",
      "tiers": [
        {
          "_id": "65c4e3bff296fa057f3efab1",
          "currency": "INR",
          "basePrice": 0,
          "price": 2,
          "durationMonths": 1,
          "priceOverrides": {
            "country": []
          },
          "gstComponents": {},
          "rzpPlainId": "plan_ItS7yznFF6wFdi"
        }
      ],
      "iconUrl": "https://bkt-conscent-public-stage.storage.googleapis.com/Black Panther/subscriptions/65c4e3bff296fa057f3efaaf-2ff8cd.png",
      "createdAt": "2024-02-08T14:22:55.663Z",
      "updatedAt": "2024-02-27T12:53:17.207Z",
      "partialAccess": true,
      "sectionsInclude": [
        "pawn",
        "goal",
        "batting",
        "goalkeeper"
      ],
      "authorsInclude": [
        "virat",
        "messi",
        "chand"
      ],
      "sectionsExclude": [],
      "authorsExclude": [],
      "tagsInclude": [
        "cricket",
        "football",
        "chess",
        "hockey"
      ],
      "tagsExclude": []
    },
    "tier": {
      "_id": "65c4e3bff296fa057f3efab1",
      "currency": "INR",
      "basePrice": 0,
      "price": 2,
      "durationMonths": 1,
      "priceOverrides": {
        "country": []
      },
      "gstComponents": {},
      "rzpPlainId": "plan_ItS7yznFF6wFdi"
    }
  },
  "client_info": {
    "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36",
    "country": "India",
    "countryCode": "IN",
    "deviceType": "desktop",
    "deviceModel": "Macintosh"
  },
  "created_at": 1709184874
}

Subscription_Review.click: This event is triggered when a user clicks the 'Confirm & Pay' button on the review page.

Subscription_Review.exit: This event is triggered when a user leaves the Review Page without going ahead to make a payment.

Last updated