A unofficial tool to help you to visualize Stripe Billing Schedule and generate a postman api collection to run the subscription through each event. how to use
Date and time the Subscription API was called.
A future timestamp to anchor the subscription’s billing cycle. more
Date and time representing the end of the trial period the customer will get before being charged for the first time. more
Determines how to handle prorations resulting from the billing_cycle_anchor. more
Billing Simulator doesn't support all complex pricing model now. You can add additional paramter once you import the script to postman.
A positive integer representing how much to charge. more
Three-letter ISO currency code, in lowercase. Must be a supported currency. more
Specifies billing frequency. Either day, week, month or year. more
The number of intervals between subscription billings. For example, interval=month and interval_count=3 bills every 3 months. Maximum of one year interval allowed (1 year, 12 months, or 52 weeks). more
Configures how the quantity per period should be determined. more
In volume-based tiering, the maximum quantity within a period determines the per unit price. In graduated tiering, pricing can change as the quantity grows. more
Generate a postman script to simulate the scenario with with actual stripe API calls.