New Features 🚀
-
Create Payments, Subscriptions, and Checkouts Using Existing Payment Methods
Streamline checkout flows by using saved payment methods from existing customers. The newpayment_method_idparameter allows you to create payments, subscriptions, or checkout sessions using a customer’s previously saved payment method.Benefits
- Faster checkout: Skip payment method collection for returning customers
- One-click purchases: Enable instant purchases with saved payment methods
- Subscription management: Easily create subscriptions using existing payment methods
- Improved conversion: Reduce checkout friction for repeat customers
How It Works
Usepayment_method_idwhen creating checkout sessions, payments, or subscriptions:- Checkout Sessions
- One-Time Payments
- Subscriptions
The payment method must belong to the customer and be compatible with the payment currency. If validation fails, the request will return an error. -
Subscription Plan Changes in Dashboard with Next Billing Date Updates
Manage subscription plans directly from the dashboard with enhanced control. You can now change subscription plans and update the next billing date in a single action, giving you complete flexibility over subscription management.

Dashboard Features
- Plan changes: Upgrade or downgrade subscriptions with a single click
- Billing date control: Update the next billing date when changing plans
- Proration options: Choose how to handle proration when changing plans
- Visual preview: See exactly how plan changes affect billing before confirming
Use Cases
- Customer support: Quickly adjust subscription plans for customer requests
- Promotional upgrades: Temporarily upgrade customers with specific billing dates
- Plan migrations: Smoothly transition customers between subscription tiers
- Billing alignment: Align billing dates across multiple subscriptions
Result: Complete subscription management control from the dashboard, reducing the need for API calls for common subscription adjustments. -
Short Links for Payment URLs
Generate cleaner, more shareable payment links with our new short link feature. Short links provide shortened checkout URLs with custom slugs, making them easier to share with customers or embed on your website.
Benefits
- Cleaner URLs: Replace long payment URLs with short, branded links
- Better trust: Professional-looking links that build customer confidence
- Easier sharing: Simplified URLs perfect for SMS, email, or social media
- Custom slugs: Create memorable, branded short links for your products
How It Works
Enable short links when creating checkout sessions or payment links:- Checkout Sessions
- Payment Links
Result: A shortened payment link that’s easier to share and more professional-looking, improving conversion rates and customer trust.Short links are managed in your dashboard and can be viewed via the List Short Links API. -
redirect_immediatelyFlag - Skip Payment Success Page
Control the checkout flow with the newredirect_immediatelyflag. When enabled, customers are redirected immediately after payment completion, bypassing the default success page for a faster, more streamlined experience.Use Cases
- Faster checkout flow: Reduce friction by skipping intermediate pages
- Custom success pages: Redirect directly to your branded success page
- Mobile optimization: Improve mobile checkout experience with immediate redirects
- Embedded checkouts: Seamlessly integrate with overlay or embedded checkout flows
How It Works
Enable immediate redirects in checkout sessions, payments, or subscriptions:- Checkout Sessions
- One-Time Payments
- Subscriptions
Whenredirect_immediatelyis enabled, customers are redirected to yourreturn_urlimmediately after payment completion, skipping the default success page entirely. -
On-Demand Subscriptions - Available for All Businesses
On-demand subscriptions are now enabled for all businesses, giving you flexible billing control for usage-based and metered services.What This Enables
- Usage-based billing: Create subscriptions and charge customers based on actual usage
- Flexible billing cycles: Charge customers on-demand rather than fixed intervals
- Metered services: Perfect for API usage, storage, compute time, and other metered resources
- Manual charge control: Create charges manually when needed, giving you full control over billing timing
How It Works
Create an on-demand subscription and charge customers as needed:Learn more: On-Demand SubscriptionsResult: Full control over when and how much to charge customers, perfect for usage-based business models. -
General Bug Fixes and Enhancements
This release includes performance improvements, UI polish, and resolves minor bugs for a more reliable, streamlined experience.