Hi there,
Could you please confirm which endpoint are you using. There was an issue with the date and state in earlier versions and it was fixed in later versions. I tested this using KB 0.24.16 and Kaui 4.0.15 and below shown endpoint.The state and cancelled date got correctly updated.
{
"accountId": "1e37582f-95cc-44ba-b8d6-9530f17b85ee",
"bundleId": "f2859a8b-4005-4268-b213-278df54d1f98",
"bundleExternalKey": "f2859a8b-4005-4268-b213-278df54d1f98",
"subscriptionId": "dce0d567-72e0-420c-b19d-46ecc9ba4806",
"externalKey": "dce0d567-72e0-420c-b19d-46ecc9ba4806",
"startDate": "2026-05-01T01:46:16.000Z",
"productName": "Prod_A",
"productCategory": "BASE",
"billingPeriod": "MONTHLY",
"phaseType": "EVERGREEN",
"priceList": "DEFAULT",
"planName": "Plan_A",
"state": "CANCELLED",
"sourceType": "NATIVE",
"cancelledDate": "2026-05-14T01:46:16.000Z",
"chargedThroughDate": "2026-06-01",
"billingStartDate": "2026-05-01T01:46:16.000Z",
"billingEndDate": "2026-05-14T01:47:50.000Z",
"billCycleDayLocal": 1,
"quantity": 1,
"events": [....]
}
Regards
Karan