Created
September 10, 2026 23:48
-
-
Save peterw/807641c4c02f83204c9ba8482c240e2f to your computer and use it in GitHub Desktop.
Stripe TEST proof for peterw/carby#5191 delinquent cancel_at stop
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "mode": "stripe_test", | |
| "started_at": "2026-09-10T23:43:51.605Z", | |
| "created": { | |
| "product": "prod_VEl9wKQDrdQX1N", | |
| "price": "price_1UEHdFLcAF3esx3bpnUO7Fl6", | |
| "clock": "clock_1UEHdFLcAF3esx3bZl76FSx6", | |
| "customer": "cus_VEl9Tx2uYHV4wX", | |
| "payment_method": "pm_1UEHdGLcAF3esx3bFr97Cabr", | |
| "subscription": { | |
| "id": "sub_1UEHdHLcAF3esx3bLxPHeNFF", | |
| "status": "trialing", | |
| "cancel_at_period_end": false, | |
| "cancel_at": null, | |
| "cancel_at_iso": null, | |
| "canceled_at": null, | |
| "latest_invoice": "in_1UEHdHLcAF3esx3bG4gMJbud", | |
| "cancellation_details": { | |
| "comment": null, | |
| "feedback": null, | |
| "feedback_option": null, | |
| "reason": null | |
| } | |
| } | |
| }, | |
| "before_cancel_at": { | |
| "subscription": { | |
| "id": "sub_1UEHdHLcAF3esx3bLxPHeNFF", | |
| "status": "past_due", | |
| "cancel_at_period_end": false, | |
| "cancel_at": null, | |
| "cancel_at_iso": null, | |
| "canceled_at": null, | |
| "latest_invoice": "in_1UEHdNLcAF3esx3bL1TxIDVm", | |
| "cancellation_details": { | |
| "comment": null, | |
| "feedback": null, | |
| "feedback_option": null, | |
| "reason": null | |
| } | |
| }, | |
| "invoice": { | |
| "id": "in_1UEHdNLcAF3esx3bL1TxIDVm", | |
| "status": "open", | |
| "amount_due": 4999, | |
| "next_payment_attempt": 1789325905, | |
| "subscription": "sub_1UEHdHLcAF3esx3bLxPHeNFF" | |
| } | |
| }, | |
| "after_cancel_at": { | |
| "subscription": { | |
| "id": "sub_1UEHdHLcAF3esx3bLxPHeNFF", | |
| "status": "past_due", | |
| "cancel_at_period_end": false, | |
| "cancel_at": 1823733832, | |
| "cancel_at_iso": "2027-10-17T00:43:52.000Z", | |
| "canceled_at": 1789173832, | |
| "latest_invoice": "in_1UEHdNLcAF3esx3bL1TxIDVm", | |
| "cancellation_details": { | |
| "comment": null, | |
| "feedback": null, | |
| "feedback_option": null, | |
| "reason": "cancellation_requested" | |
| } | |
| } | |
| }, | |
| "event": { | |
| "id": "evt_1UEHdaLcAF3esx3b5iI3Bp5f", | |
| "type": "customer.subscription.updated", | |
| "from_stripe_events_api": true, | |
| "object": { | |
| "id": "sub_1UEHdHLcAF3esx3bLxPHeNFF", | |
| "status": "past_due", | |
| "cancel_at_period_end": false, | |
| "cancel_at": 1823733832, | |
| "latest_invoice": "in_1UEHdNLcAF3esx3bL1TxIDVm" | |
| } | |
| }, | |
| "webhook": { | |
| "status": 200, | |
| "body": { | |
| "ok": true, | |
| "updated": true, | |
| "idempotent": false, | |
| "status": "revoked", | |
| "reason": null, | |
| "delinquentCancelStop": true, | |
| "subscriptionCanceled": true, | |
| "invoiceMarkedUncollectible": true | |
| } | |
| }, | |
| "logs": [ | |
| "[carby_stripe_webhook] {\"stage\":\"forwarded\",\"http_status\":200,\"convex_status\":\"success\",\"stripe_event_id\":\"evt_1UEHdaLcAF3esx3b5iI3Bp5f\",\"stripe_event_type\":\"customer.subscription.updated\",\"stripe_subscription_id\":\"sub_1UEHdHLcAF3esx3bLxPHeNFF\",\"updated\":true,\"idempotent\":false,\"entitlement_status\":\"revoked\",\"reason\":null,\"error\":null}", | |
| "[carby_stripe_webhook] {\"stage\":\"delinquent_cancel_stop_complete\",\"stripe_event_id\":\"evt_1UEHdaLcAF3esx3b5iI3Bp5f\",\"stripe_subscription_id\":\"sub_1UEHdHLcAF3esx3bLxPHeNFF\",\"latest_invoice_id\":\"in_1UEHdNLcAF3esx3bL1TxIDVm\",\"subscription_canceled\":true,\"invoice_marked_uncollectible\":true,\"duration_ms\":1000}" | |
| ], | |
| "after_webhook": { | |
| "subscription": { | |
| "id": "sub_1UEHdHLcAF3esx3bLxPHeNFF", | |
| "status": "canceled", | |
| "cancel_at_period_end": false, | |
| "cancel_at": null, | |
| "cancel_at_iso": null, | |
| "canceled_at": 1789173832, | |
| "latest_invoice": "in_1UEHdNLcAF3esx3bL1TxIDVm", | |
| "cancellation_details": { | |
| "comment": null, | |
| "feedback": null, | |
| "feedback_option": null, | |
| "reason": "cancellation_requested" | |
| } | |
| }, | |
| "invoice": { | |
| "id": "in_1UEHdNLcAF3esx3bL1TxIDVm", | |
| "status": "uncollectible", | |
| "amount_due": 4999, | |
| "next_payment_attempt": null, | |
| "subscription": "sub_1UEHdHLcAF3esx3bLxPHeNFF" | |
| } | |
| }, | |
| "done": { | |
| "subscription_canceled": true, | |
| "invoice_closed": true, | |
| "invoice_status": "uncollectible", | |
| "complete_log_present": true, | |
| "complete_log": "[carby_stripe_webhook] {\"stage\":\"delinquent_cancel_stop_complete\",\"stripe_event_id\":\"evt_1UEHdaLcAF3esx3b5iI3Bp5f\",\"stripe_subscription_id\":\"sub_1UEHdHLcAF3esx3bLxPHeNFF\",\"latest_invoice_id\":\"in_1UEHdNLcAF3esx3bL1TxIDVm\",\"subscription_canceled\":true,\"invoice_marked_uncollectible\":true,\"duration_ms\":1000}", | |
| "julia_shape_on_delivered_event": true | |
| }, | |
| "finished_at": "2026-09-10T23:44:17.413Z" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment