Subscription Bundle Payment Webhook
This event occurs when the user buys bundle subscription.
{
"purchaseId": "62d02f1bf3299d7b21d4a235",
"userId": "623b1204ff6e065272e3530b",
"userEmail": "[email protected]",
"userPhoneNumber": "9876543211",
"userName": "asdasdasd",
"userAddress": {
"state": "SIKKIM",
"city": "asdsa",
"area": "asdasdasdas",
"pincode": "110089"
},
"userGender": "MALE",
"userEmploymentType": "FULL_TIME",
"utmParameters": {
"utm_source": "KJ007",
"utm_medium": "medium",
"utm_name": "name"
},
"bundleBuyingPrice": 332,
"bundlePrice": 369,
"bundlePriceDetails": { "price": 369, "currency": "INR" },
"subscriptionsDetail": [
{
"title": "Digital",
"duration": 1,
"currencySymbol": "₹",
"buyingPrice": 90.00,
"price": "100.00",
"clientName": "Test Client TSB media venture a",
"currency": "INR"
},
{
"title": "Digital",
"duration": 19,
"currencySymbol": "₹",
"buyingPrice": 242.10,
"price": "269.00",
"clientName": "Test client b",
"currency": "INR"
}
]
}Last updated