Stripe Sessions recap
Stripe Sessions 2024 was our biggest event yet—with over 6,000 attendees, 50 product launches, and one six-foot AI-manufactured marble statue. In case you missed it, you can watch all the talks on demand. Highlights include:
The opening keynote introduced a host of new products and features, including Stripe's new usage-based billing support.
Patrick Collison chatted with NVIDIA's Jensen Huang about leadership in the age of AI.
The developer keynote shared API design principles and new tools to speed up development.
đź“© We're sharing our most recent developer digest here on DEV! If you're interested in subscribing to monthly developer updates, sign up here.
Updates
Manage usage-based billing: Stripe Billing now offers the Meters API to store, calculate, and charge customers on a per-usage basis.
Embed 17 new components for Connect: Drop HTML or React embedded components into your site for Connect onboarding, account management, payouts, and more.
Provision feature access: Stripe Billing added the Entitlements API, so you can check the status of a user’s subscription and see what features they can access.
Route payments to multiple payment processors: The new Vault and Forward API enables you to use Stripe products, such as the Payment Element, even if you process payments with other providers.
Import 3D Secure results: Use external 3D Secure authentication results within Stripe payments by passing card details and cryptogram directly to the Payment Intents API.
Unify multiple Stripe accounts into an organization: Request an invite to more easily manage multiple entities or product lines across multiple Stripe accounts with Organizations.
Collect in-person payments offline: Terminal iOS and Android SDKs now support offline mode (in beta) so you can save payment information at the time of sale during an unexpected outage.
Preview an invoice: Let customers modify, understand, and choose between available product packages by previewing an invoice prior to generation with the new createPreview
method.
Stripe Insiders
Join Stripe Insiders, our new early access program, to try the latest products and provide direct feedback to the teams building them. Current betas include Stripe’s new developer tools—Workbench, Sandboxes, and Event Destinations—and Stripe’s extension for VS Code.
Community
- Stripe Insiders’ community members suggested improved webhook filtering and an API to replay Stripe events.
- We’re hosting a Dublin developer meetup on June 5—subscribe to Stripe’s event calendar to get notified of new meetups.
- Mauro wrote about using WebdriverIO to automate iframe tests, like filling in a Stripe Elements checkout form.
- Airbnb and Stripe shared the motivation and design behind the new open-source, machine learning development platform, Chronon.
Stay connected
💬 Follow us at @StripeDev on Twitter for updates and answers to your developer questions. Let us know what you’re working on with the Stripe API.
đź‘ľ Join the Stripe Discord server to chat live with other developers.
đź“ş Subscribe to Stripe Developers on YouTube for office hours, live streams, and online technical workshops.
đź“š Add us on DEV for how-to articles and past editions of this developer digest.
đź“Ą Submit dev content for the developer digest.
Top comments (1)
While it is possible to accept subscriptions via Checkout Session with iDEAL, Bancontact and Sofort payment methods, why is this not possible with Stripe Subscriptions(Stripe Billing) and Stripe Payment Element? Can you add this feature to it?