Event payload example and property overview for subscription.group.created
Webhook response payload example (expansion enabled)
When a subscription.group.created event is triggered, the webhook sends the following JSON payload:
{
"cotermGroupId": "aB1c2deFGhIjKL3mn-opqR",
"cotermGroupDisplayName": "Tech Services Monthly Plan",
"cotermGroupPeriodStartDate": 1754044800000,
"cotermGroupPeriodEndDate": 1756646400000,
"cotermGroupPrimarySubscription": "sub-001",
"cotermGroupStatus": "EXECUTED",
"cotermGroupOrderId": "aBCDE12fGH3iJkL4mNOpq",
"cotermGroupOrderReference": "ABC123456-7891-01112",
"cotermNextChargeDate": 1756646400000,
"cotermNextChargeTotal": 199.95,
"cotermNextChargeTotalDisplay": "$199.95",
"cotermGroupSize": 2,
"currency": "USD",
"changed": 1753526400000,
"changedValue": 1753526400000,
"changedInSeconds": 1753526400,
"changedDisplay": "07/25/25",
"changedDisplayISO8601": "2025-07-25",
"nextChargeDate": 1756646400000,
"nextChargeDateValue": 1756646400000,
"nextChargeDateInSeconds": 1756646400,
"nextChargeDateDisplay": "08/31/25",
"nextChargeDateDisplayISO8601": "2025-08-31",
"paymentOverdue": {
"intervalUnit": "week",
"intervalLength": 1,
"total": 2,
"sent": 0
},
"cancellationSetting": {
"cancellation": "AFTER_LAST_NOTIFICATION",
"intervalUnit": "week",
"intervalLength": 1
},
"account": {
"id": "abCdE1FGH2Hij3KLMnOpqR",
"account": "abCdE1FGH2Hij3KLMnOpqR",
"contact": {
"first": "Jane",
"last": "Doe",
"email": "[email protected]",
"company": "Company Inc.",
"phone": "8001234567",
"subscribed": true
},
"address": {
"address line 1": "123 Business Rd",
"address line 2": "Floor 4",
"city": "Metropolis",
"country": "US",
"postal code": "12345",
"region": "US-NY",
"region custom": null,
"company": "Company Inc."
},
"language": "en",
"country": "US",
"lookup": {
"global": "lookup-001"
},
"url": "https://company.onfastspring.com/account"
},
"subscriptions": [
{
"id": "1abc2DE_FGhIjKLm3NoPQR",
"active": true,
"state": "active",
"isSubscriptionEligibleForPauseByBuyer": false,
"isPauseScheduled": false,
"live": false,
"currency": "USD",
"product": "cloud-storage",
"sku": "SKU-CS-101",
"display": "Cloud Storage Service",
"quantity": 1,
"adhoc": false,
"autoRenew": true,
"price": 49.99,
"discount": 0,
"subtotal": 49.99,
"end": null,
"canceledDate": null,
"deactivationDate": null,
"sequence": 1,
"periods": null,
"remainingPeriods": null,
"begin": 1754044800000,
"intervalUnit": "month",
"intervalUnitAbbreviation": "mo",
"intervalLength": 1,
"intervalLengthGtOne": false,
"nextChargeCurrency": "USD",
"nextChargeDate": 1756646400000,
"nextChargePreTax": 44.99,
"nextChargeTotal": 49.99,
"taxExemptionData": null,
"addons": [
{
"product": "data-backup",
"sku": "SKU-DB-201",
"display": "Data Backup",
"quantity": 1,
"price": 9.99,
"discount": 0,
"subtotal": 9.99,
"subtotalDisplay": "$9.99",
"discounts": []
}
],
"discounts": null,
"fulfillments": {},
"instructions": [
{
"product": "cloud-storage",
"type": "regular",
"periodStartDate": 1754044800000,
"periodEndDate": null,
"intervalUnit": "month",
"intervalLength": 1,
"discountDurationUnit": null,
"discountDurationLength": null,
"discountPercent": 0,
"discountTotal": 0,
"unitDiscount": 0,
"price": 49.99,
"priceTotal": 49.99,
"unitPrice": 49.99,
"total": 49.99,
"totalWithTaxes": 49.99,
"totalWithTaxesDisplay": "$49.99",
"isNotTrial": true
}
]
},
{
"id": "2abc2DE_FGhIjKLm3NoPQR",
"active": true,
"state": "active",
"isSubscriptionEligibleForPauseByBuyer": false,
"isPauseScheduled": false,
"live": false,
"currency": "USD",
"product": "data-analytics",
"sku": "SKU-DA-102",
"display": "Data Analytics Service",
"quantity": 1,
"adhoc": false,
"autoRenew": true,
"price": 79.99,
"discount": 0,
"subtotal": 79.99,
"end": null,
"canceledDate": null,
"deactivationDate": null,
"sequence": 1,
"periods": null,
"remainingPeriods": null,
"begin": 1754044800000,
"intervalUnit": "month",
"intervalUnitAbbreviation": "mo",
"intervalLength": 1,
"intervalLengthGtOne": false,
"nextChargeCurrency": "USD",
"nextChargeDate": 1756646400000,
"nextChargePreTax": 74.99,
"nextChargeTotal": 79.99,
"taxExemptionData": null,
"addons": [
{
"product": "extended-support",
"sku": "SKU-ES-202",
"display": "Extended Support",
"quantity": 1,
"price": 14.99,
"discount": 0,
"subtotal": 14.99,
"subtotalDisplay": "$14.99",
"discounts": []
}
],
"discounts": null,
"fulfillments": {},
"instructions": [
{
"product": "data-analytics",
"type": "regular",
"periodStartDate": 1754044800000,
"periodEndDate": null,
"intervalUnit": "month",
"intervalLength": 1,
"discountDurationUnit": null,
"discountDurationLength": null,
"discountPercent": 0,
"discountTotal": 0,
"unitDiscount": 0,
"price": 79.99,
"priceTotal": 79.99,
"unitPrice": 79.99,
"total": 79.99,
"totalWithTaxes": 79.99,
"totalWithTaxesDisplay": "$79.99",
"isNotTrial": true
}
]
}
]
}
Navigate this webhook
The subscription.group.created webhook payload includes dozens of fields. Use the cards below to jump to a specific section of the property reference.
Payload properties
All fields below are included in the subscription.group.created webhook payload. Fields are grouped into categories for easier navigation.
| Name | Type | Description |
|---|
