Hi @clavaque I am also experiencing the same problem. A subscriber cancelled a monthly subscription yesterday. Here is the event that was triggered in Stripe. As you can see the “cancel_at” is “1594731253” (07/14/2020)
evt_1Gz4jyAvAK7zTur2EJiOq7lc
customer.subscription.updated
Date
6/28/20, 7:56:30 PM
Source
API
Event data
{
"object": {
"id": "sub_HHcHjn3okAlMy1",
"object": "subscription",
"application_fee_percent": null,
"billing_cycle_anchor": 1589547253,
"billing_thresholds": null,
"cancel_at": 1594731253,
"cancel_at_period_end": true,
"canceled_at": 1593366990,
"collection_method": "charge_automatically",
"created": 1589547253,
"current_period_end": 1594731253,
"current_period_start": 1592139253,
"customer": "cus_HBYEW0XAF120D6",
"days_until_due": null,
"default_payment_method": null,
"default_source": null,
"default_tax_rates": [
],
"discount": null,
"ended_at": null,
"items": {
"object": "list",
"data": [
{
"id": "si_HHcHKoEBLNOQ1a",
"object": "subscription_item",
"billing_thresholds": null,
"created": 1589547253,
"metadata": {
},
"plan": {
"id": "s2_plan_30a4609e458dcd6ad3e01bb3740f6692",
"object": "plan",
"active": true,
"aggregate_usage": null,
"amount": 50000,
"amount_decimal": "50000",
"billing_scheme": "per_unit",
"created": 1589547252,
"currency": "nok",
"interval": "day",
"interval_count": 30,
"livemode": true,
"metadata": {
"recurring": "true",
"recurring_times": "-1"
},
"nickname": null,
"product": "s2_prod_d3431ffa31e2d3ca068423e23e8e6196",
"tiers": null,
"tiers_mode": null,
"transform_usage": null,
"trial_period_days": null,
"usage_type": "licensed"
},
"price": {
"id": "s2_plan_30a4609e458dcd6ad3e01bb3740f6692",
"object": "price",
"active": true,
"billing_scheme": "per_unit",
"created": 1589547252,
"currency": "nok",
"livemode": true,
"lookup_key": null,
"metadata": {
"recurring": "true",
"recurring_times": "-1"
},
"nickname": null,
"product": "s2_prod_d3431ffa31e2d3ca068423e23e8e6196",
"recurring": {
"aggregate_usage": null,
"interval": "day",
"interval_count": 30,
"trial_period_days": null,
"usage_type": "licensed"
},
"tiers_mode": null,
"transform_quantity": null,
"type": "recurring",
"unit_amount": 50000,
"unit_amount_decimal": "50000"
},
"quantity": 1,
"subscription": "sub_HHcHjn3okAlMy1",
"tax_rates": [
]
}
],
"has_more": false,
"total_count": 1,
"url": "/v1/subscription_items?subscription=sub_HHcHjn3okAlMy1"
},
"latest_invoice": "in_1GtvM0AvAK7zTur2pa3IBP6q",
"livemode": true,
"metadata": {
"tax_info": "{"tax":"0.00","tax_per":"0%"}"
},
"next_pending_invoice_item_invoice": null,
"pause_collection": null,
"pending_invoice_item_interval": null,
"pending_setup_intent": null,
"pending_update": null,
"plan": {
"id": "s2_plan_30a4609e458dcd6ad3e01bb3740f6692",
"object": "plan",
"active": true,
"aggregate_usage": null,
"amount": 50000,
"amount_decimal": "50000",
"billing_scheme": "per_unit",
"created": 1589547252,
"currency": "nok",
"interval": "day",
"interval_count": 30,
"livemode": true,
"metadata": {
"recurring": "true",
"recurring_times": "-1"
},
"nickname": null,
"product": "s2_prod_d3431ffa31e2d3ca068423e23e8e6196",
"tiers": null,
"tiers_mode": null,
"transform_usage": null,
"trial_period_days": null,
"usage_type": "licensed"
},
"quantity": 1,
"schedule": null,
"start_date": 1589547253,
"status": "active",
"tax_percent": null,
"transfer_data": null,
"trial_end": null,
"trial_start": null
},
"previous_attributes": {
"cancel_at": null,
"cancel_at_period_end": false,
"canceled_at": null
}
}
In s2member the user was denoted to registered member at the time the subscriber cancelled the subscription. Here is from the Administrative notes of the subscriber:
Demoted by s2Member: Sun Jun 28, 2020 6:01 pm UTC
Paid Subscr. ID @ time of demotion: stripe → sub_HHcHjn3okAlMy1
Here is my EOT settings in s2Member