What problem does it solve?
This Skill removes the guesswork from testing Stripe subscription lifecycle behavior in the local ProcurementExpress app, helping you verify how billing events affect company access and payment state.
Core Features & Use Cases
- Lifecycle Simulation: Recreates Stripe scenarios such as incomplete subscriptions, payment failures, past due states, unpaid retries, and successful recovery.
- Webhook Validation: Checks the app's webhook handlers and confirms whether subscription events correctly lock or unlock a company.
- State Inspection: Verifies company, customer, subscription, and payment status in the Rails app between each step so you can catch regressions early.
- Use Case: A developer needs to confirm that a declined card locks a customer account, then a later successful payment restores access without breaking related child-company behavior.
Quick Start
Use stripe-subscription-tester to walk me through a Stripe subscription test for this company ID and plan, pausing after each step so I can verify the app and database state.