Get the catalog-v3 organization IU commercial document
curl --request GET \
--url https://api.interchange.io/api/v2/billing/iu-rate-card/v3 \
--header 'Authorization: Bearer <token>'import requests
url = "https://api.interchange.io/api/v2/billing/iu-rate-card/v3"
headers = {"Authorization": "Bearer <token>"}
response = requests.get(url, headers=headers)
print(response.text)const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};
fetch('https://api.interchange.io/api/v2/billing/iu-rate-card/v3', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));{
"data": {
"billingCustomerId": 4503599627370496,
"eligible": true,
"eligibleWorkloads": [
"BUYER"
],
"commercialStatus": "FREE",
"offer": {
"offerVersion": "<string>",
"entitlementBundle": null,
"supportPackage": {
"schemaVersion": 1,
"kind": "UNLIMITED_NAMED_SUPPORT",
"displayName": "<string>"
},
"proposal": {
"schemaVersion": 1,
"documentTitle": "<string>",
"executiveSummary": "<string>",
"scope": {
"included": [
"<string>"
],
"exclusions": []
},
"term": {
"serviceStart": {
"kind": "ON_ACCEPTANCE"
},
"initialTermMonths": 60,
"renewal": {
"kind": "NO_AUTOMATIC_RENEWAL"
},
"terminationForConvenience": {
"noticeDays": 182
}
},
"paymentOptions": [
{
"kind": "MONTHLY",
"optionKey": "<string>",
"displayName": "<string>",
"currency": "USD",
"monthlyAmountMinor": 4503599627370495,
"termMonths": 60,
"paymentTermsDays": 182,
"collectionMethods": [
"ACH"
]
}
],
"templateKey": "ENTERPRISE_V1",
"organizationNameAtIssue": "<string>"
},
"rateCard": {
"id": "<string>",
"name": "<string>",
"publicVersion": "<string>",
"effectiveDate": "2023-11-07T05:31:56Z",
"endDate": "2023-11-07T05:31:56Z",
"publishedAt": "2023-11-07T05:31:56Z"
},
"agreement": {
"contractId": "<string>",
"agreementDocumentId": "<string>",
"kind": "STANDARD_TOS",
"tosVersion": "<string>",
"termsUrl": "<string>",
"acceptedAt": "2023-11-07T05:31:56Z"
},
"discount": {
"authorizationId": "<string>",
"basisPoints": 5000,
"percent": 49.995,
"effectiveDate": "2023-11-07T05:31:56Z",
"endDate": "2023-11-07T05:31:56Z"
},
"serviceStart": "ON_ACCEPTANCE",
"initialTermMonths": 60,
"plans": [
{
"id": "<string>",
"planCode": "<string>",
"displayName": "<string>",
"displayOrder": 4503599627370495,
"includedIus": 4503599627370495,
"currency": "USD",
"billingPeriodMonths": 1,
"commitmentBillingTiming": "PERIOD_START",
"usageBillingTiming": "PERIOD_END",
"resetInterval": "MONTH",
"rolloverPolicy": {
"capBasisPoints": 2500,
"expiresAfterBillingPeriods": 1
},
"paymentTermsDays": 4503599627370496,
"renewalPosture": "STANDARD_ROLLING",
"pricing": {
"listCommitmentMinor": 4503599627370495,
"listOverageUnitAmountMinor": 4503599627370495,
"discountBasisPoints": 4999,
"netCommitmentMinor": 4503599627370495,
"netOverageUnitAmountMinor": 4503599627370495
}
}
],
"activityTerms": [
{
"activityCode": "ACTIVATED_SOCIAL_ACCOUNT_MONTH",
"displayName": "<string>",
"iuAmountMilli": 1073741824,
"billingPeriodMonths": 1,
"includedBackfillMonths": 60
}
],
"activitySchedule": [
{
"activityCode": "ACTIVATED_SOCIAL_ACCOUNT_MONTH",
"displayName": "<string>",
"unitCount": 4503599627370496,
"unit": "ACCOUNT_MONTH",
"catalogStatus": "PUBLISHED",
"standardIuAmountMilli": 1073741824,
"pricing": "STANDARD",
"customIuAmountMilli": 1073741824,
"effectiveIuAmountMilli": 1073741824,
"billable": true,
"includedBackfillMonths": 60
}
],
"effectiveRateCard": {
"version": "<string>",
"visibility": "PUBLIC",
"displayName": "<string>",
"commercialOfferId": "<string>",
"adjustmentSource": "RATE_CARD_DEFAULT",
"renewalBehavior": "PIN_EXACT",
"adjustments": {
"price": {
"kind": "PERCENT",
"basisPoints": 5000
},
"platform": null,
"activityTerms": [],
"setupCredit": null
},
"rateCardSnapshot": null
}
},
"currentBinding": {
"id": "<string>",
"acceptingCustomerId": 4503599627370496,
"contractId": "<string>",
"agreementDocumentId": "<string>",
"agreementKind": "STANDARD_TOS",
"tosVersion": "<string>",
"rateCardId": "<string>",
"rateCardPublicVersion": "<string>",
"planId": "<string>",
"planCode": "<string>",
"planName": "<string>",
"renewalPosture": "STANDARD_ROLLING",
"predecessorBindingId": "<string>",
"offerVersion": "<string>",
"entitlementBundle": null,
"supportPackage": {
"schemaVersion": 1,
"kind": "UNLIMITED_NAMED_SUPPORT",
"displayName": "<string>"
},
"proposal": {
"schemaVersion": 1,
"documentTitle": "<string>",
"executiveSummary": "<string>",
"scope": {
"included": [
"<string>"
],
"exclusions": []
},
"term": {
"serviceStart": {
"kind": "ON_ACCEPTANCE"
},
"initialTermMonths": 60,
"renewal": {
"kind": "NO_AUTOMATIC_RENEWAL"
},
"terminationForConvenience": {
"noticeDays": 182
}
},
"paymentOptions": [
{
"kind": "MONTHLY",
"optionKey": "<string>",
"displayName": "<string>",
"currency": "USD",
"monthlyAmountMinor": 4503599627370495,
"termMonths": 60,
"paymentTermsDays": 182,
"collectionMethods": [
"ACH"
]
}
],
"templateKey": "ENTERPRISE_V1",
"organizationNameAtIssue": "<string>"
},
"selectedPaymentOption": {
"kind": "MONTHLY",
"optionKey": "<string>",
"displayName": "<string>",
"currency": "USD",
"monthlyAmountMinor": 4503599627370495,
"termMonths": 60,
"paymentTermsDays": 182,
"collectionMethods": [
"ACH"
]
},
"termStart": "2023-11-07T05:31:56Z",
"termEnd": "2023-11-07T05:31:56Z",
"listCommitmentMinor": 4503599627370495,
"listOverageUnitAmountMinor": 4503599627370495,
"includedIus": 4503599627370495,
"discountAuthorizationId": "<string>",
"discountBasisPoints": 4999,
"netCommitmentMinor": 4503599627370495,
"netOverageUnitAmountMinor": 4503599627370495,
"currency": "USD",
"billingPeriodMonths": 1,
"rolloverPolicy": {
"capBasisPoints": 2500,
"expiresAfterBillingPeriods": 1
},
"paymentTermsDays": 4503599627370496,
"acceptedByUserId": "<string>",
"acceptedAt": "2023-11-07T05:31:56Z",
"acceptanceSource": "SIGNUP",
"activityTerms": [
{
"activityCode": "ACTIVATED_SOCIAL_ACCOUNT_MONTH",
"displayName": "<string>",
"iuAmountMilli": 1073741824,
"billingPeriodMonths": 1,
"includedBackfillMonths": 60
}
],
"activitySchedule": [
{
"activityCode": "ACTIVATED_SOCIAL_ACCOUNT_MONTH",
"displayName": "<string>",
"unitCount": 4503599627370496,
"unit": "ACCOUNT_MONTH",
"catalogStatus": "PUBLISHED",
"standardIuAmountMilli": 1073741824,
"pricing": "STANDARD",
"customIuAmountMilli": 1073741824,
"effectiveIuAmountMilli": 1073741824,
"billable": true,
"includedBackfillMonths": 60
}
],
"effectiveRateCard": {
"version": "<string>",
"visibility": "PUBLIC",
"displayName": "<string>",
"commercialOfferId": "<string>",
"adjustmentSource": "RATE_CARD_DEFAULT",
"renewalBehavior": "PIN_EXACT",
"adjustments": {
"price": {
"kind": "PERCENT",
"basisPoints": 5000
},
"platform": null,
"activityTerms": [],
"setupCredit": null
},
"rateCardSnapshot": null
}
},
"upcomingBinding": null,
"history": [
{
"id": "<string>",
"acceptingCustomerId": 4503599627370496,
"contractId": "<string>",
"agreementDocumentId": "<string>",
"agreementKind": "STANDARD_TOS",
"tosVersion": "<string>",
"rateCardId": "<string>",
"rateCardPublicVersion": "<string>",
"planId": "<string>",
"planCode": "<string>",
"planName": "<string>",
"renewalPosture": "STANDARD_ROLLING",
"predecessorBindingId": "<string>",
"offerVersion": "<string>",
"entitlementBundle": null,
"supportPackage": {
"schemaVersion": 1,
"kind": "UNLIMITED_NAMED_SUPPORT",
"displayName": "<string>"
},
"proposal": {
"schemaVersion": 1,
"documentTitle": "<string>",
"executiveSummary": "<string>",
"scope": {
"included": [
"<string>"
],
"exclusions": []
},
"term": {
"serviceStart": {
"kind": "ON_ACCEPTANCE"
},
"initialTermMonths": 60,
"renewal": {
"kind": "NO_AUTOMATIC_RENEWAL"
},
"terminationForConvenience": {
"noticeDays": 182
}
},
"paymentOptions": [
{
"kind": "MONTHLY",
"optionKey": "<string>",
"displayName": "<string>",
"currency": "USD",
"monthlyAmountMinor": 4503599627370495,
"termMonths": 60,
"paymentTermsDays": 182,
"collectionMethods": [
"ACH"
]
}
],
"templateKey": "ENTERPRISE_V1",
"organizationNameAtIssue": "<string>"
},
"selectedPaymentOption": {
"kind": "MONTHLY",
"optionKey": "<string>",
"displayName": "<string>",
"currency": "USD",
"monthlyAmountMinor": 4503599627370495,
"termMonths": 60,
"paymentTermsDays": 182,
"collectionMethods": [
"ACH"
]
},
"termStart": "2023-11-07T05:31:56Z",
"termEnd": "2023-11-07T05:31:56Z",
"listCommitmentMinor": 4503599627370495,
"listOverageUnitAmountMinor": 4503599627370495,
"includedIus": 4503599627370495,
"discountAuthorizationId": "<string>",
"discountBasisPoints": 4999,
"netCommitmentMinor": 4503599627370495,
"netOverageUnitAmountMinor": 4503599627370495,
"currency": "USD",
"billingPeriodMonths": 1,
"rolloverPolicy": {
"capBasisPoints": 2500,
"expiresAfterBillingPeriods": 1
},
"paymentTermsDays": 4503599627370496,
"acceptedByUserId": "<string>",
"acceptedAt": "2023-11-07T05:31:56Z",
"acceptanceSource": "SIGNUP",
"activityTerms": [
{
"activityCode": "ACTIVATED_SOCIAL_ACCOUNT_MONTH",
"displayName": "<string>",
"iuAmountMilli": 1073741824,
"billingPeriodMonths": 1,
"includedBackfillMonths": 60
}
],
"activitySchedule": [
{
"activityCode": "ACTIVATED_SOCIAL_ACCOUNT_MONTH",
"displayName": "<string>",
"unitCount": 4503599627370496,
"unit": "ACCOUNT_MONTH",
"catalogStatus": "PUBLISHED",
"standardIuAmountMilli": 1073741824,
"pricing": "STANDARD",
"customIuAmountMilli": 1073741824,
"effectiveIuAmountMilli": 1073741824,
"billable": true,
"includedBackfillMonths": 60
}
],
"effectiveRateCard": {
"version": "<string>",
"visibility": "PUBLIC",
"displayName": "<string>",
"commercialOfferId": "<string>",
"adjustmentSource": "RATE_CARD_DEFAULT",
"renewalBehavior": "PIN_EXACT",
"adjustments": {
"price": {
"kind": "PERCENT",
"basisPoints": 5000
},
"platform": null,
"activityTerms": [],
"setupCredit": null
},
"rateCardSnapshot": null
}
}
],
"renewal": {
"version": "<string>",
"status": "RENEWS",
"targetBindingId": "<string>",
"effectiveFreeAt": "2023-11-07T05:31:56Z",
"changeAllowedUntil": "2023-11-07T05:31:56Z",
"allowedActions": [
"CANCEL_AT_TERM"
],
"latestInstruction": {
"id": "<string>",
"bindingId": "<string>",
"instructionType": "CANCEL_AT_TERM",
"supersedesInstructionId": "<string>",
"effectiveAt": "2023-11-07T05:31:56Z",
"changeCutoffAt": "2023-11-07T05:31:56Z",
"actorUserId": "<string>",
"source": "PLAN_BILLING",
"reason": "<string>",
"recordedAt": "2023-11-07T05:31:56Z"
},
"history": [
{
"id": "<string>",
"bindingId": "<string>",
"instructionType": "CANCEL_AT_TERM",
"supersedesInstructionId": "<string>",
"effectiveAt": "2023-11-07T05:31:56Z",
"changeCutoffAt": "2023-11-07T05:31:56Z",
"actorUserId": "<string>",
"source": "PLAN_BILLING",
"reason": "<string>",
"recordedAt": "2023-11-07T05:31:56Z"
}
]
},
"setupGrant": {
"grantedIus": 500000,
"rolloverEnabled": false,
"grantedAt": "2023-11-07T05:31:56Z",
"expiresAt": "2023-11-07T05:31:56Z",
"status": "ACTIVE",
"attributionKind": "PROMOTION"
},
"calibratingActivities": [],
"paymentSetupUrl": "<string>",
"nextAction": "ACCEPT_GOVERNING_AGREEMENT",
"latestDisposition": {
"id": "<string>",
"outcome": "ACCEPTED",
"evidenceSource": "SIGNUP",
"planId": "<string>",
"planCode": "<string>",
"occurredAt": "2023-11-07T05:31:56Z"
}
}
}{
"data": null,
"error": {
"code": "<string>",
"message": "<string>",
"field": "<string>",
"details": {}
}
}{
"data": null,
"error": {
"code": "<string>",
"message": "<string>",
"field": "<string>",
"details": {}
}
}{
"data": null,
"error": {
"code": "<string>",
"message": "<string>",
"field": "<string>",
"details": {}
}
}{
"data": null,
"error": {
"code": "<string>",
"message": "<string>",
"field": "<string>",
"details": {}
}
}{
"data": null,
"error": {
"code": "<string>",
"message": "<string>",
"field": "<string>",
"details": {}
}
}Buyer Billing
Get the catalog-v3 organization IU commercial document
Returns the current expanded enterprise IU offer and acceptance document, including the complete catalog-v3 activity schedule. The preceding v2 route retains its deployed activity vocabulary for strict cached clients.
GET
/
billing
/
iu-rate-card
/
v3
Get the catalog-v3 organization IU commercial document
curl --request GET \
--url https://api.interchange.io/api/v2/billing/iu-rate-card/v3 \
--header 'Authorization: Bearer <token>'import requests
url = "https://api.interchange.io/api/v2/billing/iu-rate-card/v3"
headers = {"Authorization": "Bearer <token>"}
response = requests.get(url, headers=headers)
print(response.text)const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};
fetch('https://api.interchange.io/api/v2/billing/iu-rate-card/v3', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));{
"data": {
"billingCustomerId": 4503599627370496,
"eligible": true,
"eligibleWorkloads": [
"BUYER"
],
"commercialStatus": "FREE",
"offer": {
"offerVersion": "<string>",
"entitlementBundle": null,
"supportPackage": {
"schemaVersion": 1,
"kind": "UNLIMITED_NAMED_SUPPORT",
"displayName": "<string>"
},
"proposal": {
"schemaVersion": 1,
"documentTitle": "<string>",
"executiveSummary": "<string>",
"scope": {
"included": [
"<string>"
],
"exclusions": []
},
"term": {
"serviceStart": {
"kind": "ON_ACCEPTANCE"
},
"initialTermMonths": 60,
"renewal": {
"kind": "NO_AUTOMATIC_RENEWAL"
},
"terminationForConvenience": {
"noticeDays": 182
}
},
"paymentOptions": [
{
"kind": "MONTHLY",
"optionKey": "<string>",
"displayName": "<string>",
"currency": "USD",
"monthlyAmountMinor": 4503599627370495,
"termMonths": 60,
"paymentTermsDays": 182,
"collectionMethods": [
"ACH"
]
}
],
"templateKey": "ENTERPRISE_V1",
"organizationNameAtIssue": "<string>"
},
"rateCard": {
"id": "<string>",
"name": "<string>",
"publicVersion": "<string>",
"effectiveDate": "2023-11-07T05:31:56Z",
"endDate": "2023-11-07T05:31:56Z",
"publishedAt": "2023-11-07T05:31:56Z"
},
"agreement": {
"contractId": "<string>",
"agreementDocumentId": "<string>",
"kind": "STANDARD_TOS",
"tosVersion": "<string>",
"termsUrl": "<string>",
"acceptedAt": "2023-11-07T05:31:56Z"
},
"discount": {
"authorizationId": "<string>",
"basisPoints": 5000,
"percent": 49.995,
"effectiveDate": "2023-11-07T05:31:56Z",
"endDate": "2023-11-07T05:31:56Z"
},
"serviceStart": "ON_ACCEPTANCE",
"initialTermMonths": 60,
"plans": [
{
"id": "<string>",
"planCode": "<string>",
"displayName": "<string>",
"displayOrder": 4503599627370495,
"includedIus": 4503599627370495,
"currency": "USD",
"billingPeriodMonths": 1,
"commitmentBillingTiming": "PERIOD_START",
"usageBillingTiming": "PERIOD_END",
"resetInterval": "MONTH",
"rolloverPolicy": {
"capBasisPoints": 2500,
"expiresAfterBillingPeriods": 1
},
"paymentTermsDays": 4503599627370496,
"renewalPosture": "STANDARD_ROLLING",
"pricing": {
"listCommitmentMinor": 4503599627370495,
"listOverageUnitAmountMinor": 4503599627370495,
"discountBasisPoints": 4999,
"netCommitmentMinor": 4503599627370495,
"netOverageUnitAmountMinor": 4503599627370495
}
}
],
"activityTerms": [
{
"activityCode": "ACTIVATED_SOCIAL_ACCOUNT_MONTH",
"displayName": "<string>",
"iuAmountMilli": 1073741824,
"billingPeriodMonths": 1,
"includedBackfillMonths": 60
}
],
"activitySchedule": [
{
"activityCode": "ACTIVATED_SOCIAL_ACCOUNT_MONTH",
"displayName": "<string>",
"unitCount": 4503599627370496,
"unit": "ACCOUNT_MONTH",
"catalogStatus": "PUBLISHED",
"standardIuAmountMilli": 1073741824,
"pricing": "STANDARD",
"customIuAmountMilli": 1073741824,
"effectiveIuAmountMilli": 1073741824,
"billable": true,
"includedBackfillMonths": 60
}
],
"effectiveRateCard": {
"version": "<string>",
"visibility": "PUBLIC",
"displayName": "<string>",
"commercialOfferId": "<string>",
"adjustmentSource": "RATE_CARD_DEFAULT",
"renewalBehavior": "PIN_EXACT",
"adjustments": {
"price": {
"kind": "PERCENT",
"basisPoints": 5000
},
"platform": null,
"activityTerms": [],
"setupCredit": null
},
"rateCardSnapshot": null
}
},
"currentBinding": {
"id": "<string>",
"acceptingCustomerId": 4503599627370496,
"contractId": "<string>",
"agreementDocumentId": "<string>",
"agreementKind": "STANDARD_TOS",
"tosVersion": "<string>",
"rateCardId": "<string>",
"rateCardPublicVersion": "<string>",
"planId": "<string>",
"planCode": "<string>",
"planName": "<string>",
"renewalPosture": "STANDARD_ROLLING",
"predecessorBindingId": "<string>",
"offerVersion": "<string>",
"entitlementBundle": null,
"supportPackage": {
"schemaVersion": 1,
"kind": "UNLIMITED_NAMED_SUPPORT",
"displayName": "<string>"
},
"proposal": {
"schemaVersion": 1,
"documentTitle": "<string>",
"executiveSummary": "<string>",
"scope": {
"included": [
"<string>"
],
"exclusions": []
},
"term": {
"serviceStart": {
"kind": "ON_ACCEPTANCE"
},
"initialTermMonths": 60,
"renewal": {
"kind": "NO_AUTOMATIC_RENEWAL"
},
"terminationForConvenience": {
"noticeDays": 182
}
},
"paymentOptions": [
{
"kind": "MONTHLY",
"optionKey": "<string>",
"displayName": "<string>",
"currency": "USD",
"monthlyAmountMinor": 4503599627370495,
"termMonths": 60,
"paymentTermsDays": 182,
"collectionMethods": [
"ACH"
]
}
],
"templateKey": "ENTERPRISE_V1",
"organizationNameAtIssue": "<string>"
},
"selectedPaymentOption": {
"kind": "MONTHLY",
"optionKey": "<string>",
"displayName": "<string>",
"currency": "USD",
"monthlyAmountMinor": 4503599627370495,
"termMonths": 60,
"paymentTermsDays": 182,
"collectionMethods": [
"ACH"
]
},
"termStart": "2023-11-07T05:31:56Z",
"termEnd": "2023-11-07T05:31:56Z",
"listCommitmentMinor": 4503599627370495,
"listOverageUnitAmountMinor": 4503599627370495,
"includedIus": 4503599627370495,
"discountAuthorizationId": "<string>",
"discountBasisPoints": 4999,
"netCommitmentMinor": 4503599627370495,
"netOverageUnitAmountMinor": 4503599627370495,
"currency": "USD",
"billingPeriodMonths": 1,
"rolloverPolicy": {
"capBasisPoints": 2500,
"expiresAfterBillingPeriods": 1
},
"paymentTermsDays": 4503599627370496,
"acceptedByUserId": "<string>",
"acceptedAt": "2023-11-07T05:31:56Z",
"acceptanceSource": "SIGNUP",
"activityTerms": [
{
"activityCode": "ACTIVATED_SOCIAL_ACCOUNT_MONTH",
"displayName": "<string>",
"iuAmountMilli": 1073741824,
"billingPeriodMonths": 1,
"includedBackfillMonths": 60
}
],
"activitySchedule": [
{
"activityCode": "ACTIVATED_SOCIAL_ACCOUNT_MONTH",
"displayName": "<string>",
"unitCount": 4503599627370496,
"unit": "ACCOUNT_MONTH",
"catalogStatus": "PUBLISHED",
"standardIuAmountMilli": 1073741824,
"pricing": "STANDARD",
"customIuAmountMilli": 1073741824,
"effectiveIuAmountMilli": 1073741824,
"billable": true,
"includedBackfillMonths": 60
}
],
"effectiveRateCard": {
"version": "<string>",
"visibility": "PUBLIC",
"displayName": "<string>",
"commercialOfferId": "<string>",
"adjustmentSource": "RATE_CARD_DEFAULT",
"renewalBehavior": "PIN_EXACT",
"adjustments": {
"price": {
"kind": "PERCENT",
"basisPoints": 5000
},
"platform": null,
"activityTerms": [],
"setupCredit": null
},
"rateCardSnapshot": null
}
},
"upcomingBinding": null,
"history": [
{
"id": "<string>",
"acceptingCustomerId": 4503599627370496,
"contractId": "<string>",
"agreementDocumentId": "<string>",
"agreementKind": "STANDARD_TOS",
"tosVersion": "<string>",
"rateCardId": "<string>",
"rateCardPublicVersion": "<string>",
"planId": "<string>",
"planCode": "<string>",
"planName": "<string>",
"renewalPosture": "STANDARD_ROLLING",
"predecessorBindingId": "<string>",
"offerVersion": "<string>",
"entitlementBundle": null,
"supportPackage": {
"schemaVersion": 1,
"kind": "UNLIMITED_NAMED_SUPPORT",
"displayName": "<string>"
},
"proposal": {
"schemaVersion": 1,
"documentTitle": "<string>",
"executiveSummary": "<string>",
"scope": {
"included": [
"<string>"
],
"exclusions": []
},
"term": {
"serviceStart": {
"kind": "ON_ACCEPTANCE"
},
"initialTermMonths": 60,
"renewal": {
"kind": "NO_AUTOMATIC_RENEWAL"
},
"terminationForConvenience": {
"noticeDays": 182
}
},
"paymentOptions": [
{
"kind": "MONTHLY",
"optionKey": "<string>",
"displayName": "<string>",
"currency": "USD",
"monthlyAmountMinor": 4503599627370495,
"termMonths": 60,
"paymentTermsDays": 182,
"collectionMethods": [
"ACH"
]
}
],
"templateKey": "ENTERPRISE_V1",
"organizationNameAtIssue": "<string>"
},
"selectedPaymentOption": {
"kind": "MONTHLY",
"optionKey": "<string>",
"displayName": "<string>",
"currency": "USD",
"monthlyAmountMinor": 4503599627370495,
"termMonths": 60,
"paymentTermsDays": 182,
"collectionMethods": [
"ACH"
]
},
"termStart": "2023-11-07T05:31:56Z",
"termEnd": "2023-11-07T05:31:56Z",
"listCommitmentMinor": 4503599627370495,
"listOverageUnitAmountMinor": 4503599627370495,
"includedIus": 4503599627370495,
"discountAuthorizationId": "<string>",
"discountBasisPoints": 4999,
"netCommitmentMinor": 4503599627370495,
"netOverageUnitAmountMinor": 4503599627370495,
"currency": "USD",
"billingPeriodMonths": 1,
"rolloverPolicy": {
"capBasisPoints": 2500,
"expiresAfterBillingPeriods": 1
},
"paymentTermsDays": 4503599627370496,
"acceptedByUserId": "<string>",
"acceptedAt": "2023-11-07T05:31:56Z",
"acceptanceSource": "SIGNUP",
"activityTerms": [
{
"activityCode": "ACTIVATED_SOCIAL_ACCOUNT_MONTH",
"displayName": "<string>",
"iuAmountMilli": 1073741824,
"billingPeriodMonths": 1,
"includedBackfillMonths": 60
}
],
"activitySchedule": [
{
"activityCode": "ACTIVATED_SOCIAL_ACCOUNT_MONTH",
"displayName": "<string>",
"unitCount": 4503599627370496,
"unit": "ACCOUNT_MONTH",
"catalogStatus": "PUBLISHED",
"standardIuAmountMilli": 1073741824,
"pricing": "STANDARD",
"customIuAmountMilli": 1073741824,
"effectiveIuAmountMilli": 1073741824,
"billable": true,
"includedBackfillMonths": 60
}
],
"effectiveRateCard": {
"version": "<string>",
"visibility": "PUBLIC",
"displayName": "<string>",
"commercialOfferId": "<string>",
"adjustmentSource": "RATE_CARD_DEFAULT",
"renewalBehavior": "PIN_EXACT",
"adjustments": {
"price": {
"kind": "PERCENT",
"basisPoints": 5000
},
"platform": null,
"activityTerms": [],
"setupCredit": null
},
"rateCardSnapshot": null
}
}
],
"renewal": {
"version": "<string>",
"status": "RENEWS",
"targetBindingId": "<string>",
"effectiveFreeAt": "2023-11-07T05:31:56Z",
"changeAllowedUntil": "2023-11-07T05:31:56Z",
"allowedActions": [
"CANCEL_AT_TERM"
],
"latestInstruction": {
"id": "<string>",
"bindingId": "<string>",
"instructionType": "CANCEL_AT_TERM",
"supersedesInstructionId": "<string>",
"effectiveAt": "2023-11-07T05:31:56Z",
"changeCutoffAt": "2023-11-07T05:31:56Z",
"actorUserId": "<string>",
"source": "PLAN_BILLING",
"reason": "<string>",
"recordedAt": "2023-11-07T05:31:56Z"
},
"history": [
{
"id": "<string>",
"bindingId": "<string>",
"instructionType": "CANCEL_AT_TERM",
"supersedesInstructionId": "<string>",
"effectiveAt": "2023-11-07T05:31:56Z",
"changeCutoffAt": "2023-11-07T05:31:56Z",
"actorUserId": "<string>",
"source": "PLAN_BILLING",
"reason": "<string>",
"recordedAt": "2023-11-07T05:31:56Z"
}
]
},
"setupGrant": {
"grantedIus": 500000,
"rolloverEnabled": false,
"grantedAt": "2023-11-07T05:31:56Z",
"expiresAt": "2023-11-07T05:31:56Z",
"status": "ACTIVE",
"attributionKind": "PROMOTION"
},
"calibratingActivities": [],
"paymentSetupUrl": "<string>",
"nextAction": "ACCEPT_GOVERNING_AGREEMENT",
"latestDisposition": {
"id": "<string>",
"outcome": "ACCEPTED",
"evidenceSource": "SIGNUP",
"planId": "<string>",
"planCode": "<string>",
"occurredAt": "2023-11-07T05:31:56Z"
}
}
}{
"data": null,
"error": {
"code": "<string>",
"message": "<string>",
"field": "<string>",
"details": {}
}
}{
"data": null,
"error": {
"code": "<string>",
"message": "<string>",
"field": "<string>",
"details": {}
}
}{
"data": null,
"error": {
"code": "<string>",
"message": "<string>",
"field": "<string>",
"details": {}
}
}{
"data": null,
"error": {
"code": "<string>",
"message": "<string>",
"field": "<string>",
"details": {}
}
}{
"data": null,
"error": {
"code": "<string>",
"message": "<string>",
"field": "<string>",
"details": {}
}
}⌘I