#🔊announcements

1 messages · Page 1 of 1 (latest)

tepid knot
#

📣 A new API version was just released! It's been a while (we don't like to do these too often) but we have a fresh new API version with amongst other things some important changes to how Checkout Sessions are created. Check it out here: https://stripe.com/docs/upgrades#2022-08-01

tepid knot
tepid knot
tepid knot
tepid knot
vagrant cradle
tepid knot
#

Join us later today for an introspective look at the world of Developer Advocacy on Twitter Spaces twitter https://twitter.com/i/spaces/1ynJOabmMBAKR
You can also find the event in the "Event" section in the top left of Discord discord

tepid knot
tepid knot
tepid knot
unborn holly
vagrant cradle
#

radar In less than 100ms, Stripe Radar assesses over 1000 characteristics to determine the likelihood of a legitimate payment.

Learn more in this deep dive into how our Stripe Radar engineers tackle the challenges of preventing fraudulent payments—and how our machine learning architecture has evolved over time: https://stripe.com/blog/how-we-built-it-stripe-radar/.

tepid knot
gentle raft
#

👋 everyone! I'm going to try and announce API changes/features more regularly in this channel. This will be based on our API Changelog page which documents all backwards compatible changes as they get released. We just fixed a bug that prevented that page fom being updated for the past month (sorry about that).
I won't list/explain every API changes but will try to regularly call out certain changes and how you might end up using them.

#

Here are a few useful things we shipped recently that you might have missed:

  • Checkout can now be embedded directly on your website using the ui_mode: 'embedded parameter. More information in our docs or on our demo at https://embedcheckout.com/
  • Checkout Session creation with mode: 'setup' now supports Dynamic Payment Methods. This makes the payment_method_types parameter optional in all modes.
  • When creating a PaymentLink, you can now control the description that will be set on the resulting PaymentIntent using the payment_intent_data[description] parameter
  • When creating a Quote, you can now control the metadata that will be applied to the resulting Subscription using the subscription_data[metadata] parameter
  • We now support Revolut Pay as a payment method type (docs).
  • You can use the Tax Registrations API (docs) to configure Stripe tax with the right information both for your own Stripe account or your connected accounts.
gentle raft
#

We shipped a new security-related feature that lets you control the list of IP addresses that can use a given Secret API key server-side. This ensures that even if an attacker gets their hands on your API key, they can't use it from their own infrastructure.
If the API key is used from a different IP address the request will error with a 401 status code and the message The API key provided does not allow requests from your IP address.
You can read more details about this feature in our docs here: https://stripe.com/docs/keys#limit-api-secret-keys-ip-address

gentle raft
gentle raft
gentle raft
#

You can now pass a status filter to the List Checkout Sessions API and easily list only open, complete or expired ones

gentle raft
#

We now surface more details on Issuing Authorization in the network_data property such as the STAN in system_trace_audit_number and the network transaction id in transaction_id.

gentle raft
gentle raft
#

We added tax[validate_location]: 'deferred' | 'immediately' as a new parameter to more granularly control tax validation on Customer

gentle raft
#

You can now call the List Checkout Sessions API with the created parameter for easier pagination.

gentle raft
gentle raft
#

The PaymentLinks API now lets you configure a number of times it can be used successfully which can be helpful for inventory management for example. This is done using the restrictions parameter.

#

You can also now configure a PaymentIntent to require a real challenge during 3DS instead of relying on the frictionless flow by passing the challenge value in the payment_method_options[card][request_three_d_secure] parameter.

gentle raft
#

You can now configure your PaymentLink for Subscriptions to automatically pause or cancel the Subscription at the end of the trial if no payment method has been collected by then using the subscription_data[trial_settings][end_behavior][missing_payment_method] parameter

gentle raft
#

You can now use the payment_intent_data[transfer_group] parameter on a PaymentLink. This can be useful for example as a platform using Separate Charges and Transfers where multiple people pay for a trip and you can then create one Transfer for the full amount with the same transfer_group

gentle raft
#

You can now configure a custom text on Checkout after the submit button using the custom_text[after_submit] parameter.
You can also configure whether to hide the text associated with reusing payment methods using the consent_collection[payment_method_reuse_agreement] parameter.

gentle raft
#

You can now call the List EarlyFraudWarnings API with the created parameter

gentle raft
#

We added destination_details as a property on Refund to store a snapshot of details about the refund's destination. That's where you can now find the ARN or STAN associated with a card refund or whether a refund is a reversal of a pending authorization or. real credit which have been top feature requests for many years. See this property for more details.

gentle raft
#

You can now accept payments via RevolutPay and you can find more details in our documentation here

#

We also shipped multiple features on our FinancialConnections product where your customer can connect their bank account:

  • New balance_refresh[next_refresh_available_at] property on Account resource to indicate when you will be able to retrieve an updated balance again.
  • New session[prefetch] parameter on FinancialConnections Session to automatically start fetching relevant information when the account gets connected. This also applies to other surfaces such as Checkout with the payment_method_options[us_bank_account][financial_connections][prefetch] [parameter](https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-payment_method_options-us_bank_account-financial_connections-prefetch].
  • We introduced a new resource FinancialConnections Transaction documented here and you can now request access to the transaction history on the account connected. More information here.
  • New Subscribe and Unsubscribe APIs on FinancialConnections Account to control whether to get data refreshed automatically for an account.
gentle raft
#

As of today, if you are logged into your Stripe account, you can use our "Docs AI" feature to ask questions in our documentation. Simply head to https://stripe.com/docs and click on the search bar to see Get answers from Docs AI and start asking questions to it!

gentle raft
#

New key Billing feature: You can now use the billing_cycle_anchor_config parameter on Subscription to control which "day of the month" to anchor a Subscription to. This can be helpful if you create it for example in February and want it anchored on the last day of the month. Otherwise if you set Feb 28, it'd renew on the 28th every month.

unborn holly
gentle raft
#

When using BACS Debit, you have to collect acceptance of your customer which is reflected via a Mandate in the API. Over time, some of those Mandates will become inactive. You can now access the payment_method_detais[bacs_debit][revocation_reason] property in the API to better understand what happened.

unborn holly
#

We've enabled the creation of 2 or 3 year recurring prices via both the API and Dashboard, unblocking multi-year subscriptions.

unborn holly
unborn holly
#

checkout We’ve increased the maximum number of custom fields across Checkout, Payment Links and pricing table to 3.

unborn holly
#

👋 here's your Stripe API changelog summary for the week of January 29th, 2024:

  • The status field on Reader objects now returns an enum (offline, online)
  • A new individual[][relationship] parameter has been added to the Account create and update endpoints to infer the relationship between the individual and the entity
opaque token
#

We have a few new betas available on Payment Element!

  1. Server side confirmation with confirmation tokens ( docs ) - this is a variant of the existing server-side and two-step confirmation integrations but which manages details like mandate_data for you, and we expect it to become our recommended pattern for these integrations in future.
  2. Saved payment methods - Allows Payment Element to display a customers previously saved payment methods and automatically handles collecting new ones for later use.
  3. Elements with Custom Checkout - A new way of using Elements to leverage the power of Stripe Checkout in your own custom pages, which makes enabling products like Billing and Tax effortless.

If you’re interested in any of these betas, please reach out to payment-element-beta@stripe.com. We’re currently recruiting developers to try this out and offering incentives for sharing feedback.

unborn holly
hard granite
#

🆕 Question Asking Flow

In order to improve the developer support experience on this server we've launched a new flow for asking questions.

If you have a question go to #help, read the instructions there, then press the appropriate button.

The new flow helps you get faster, better answers by ensuring the most relevant relevant details are provided up front. This approach will also cut down on some annoyances like errant messages and spam.

We also have a new #1211832777608273960 channel where you can provide your thoughts, comments, and suggestions about this server and our approach to asking questions.

We look forward to helping you!

unborn holly
#

Checking in with a handful of recent API updates:

  • You can create and manage tax IDs your account, connected accounts and customers via the new unified Tax IDs API
  • The Invoices API now supports custom numbering via the number parameter on create and update requests
  • We've added a new client_reference_id parameter across the Identity VerificationSession APIs
unborn holly
unborn holly
#

checkout Checkout merchants can now manually request 3DS on payment, subscription and setup mode Checkout Sessions, via the payment_method_options[card][request_three_d_secure] parameter

unborn holly
#

There's now a created parameter on the Credit Notes list endpoint to allow filtering by created date ranges

unborn holly
#

checkout A couple of recent Checkout updates:

  • All custom text slots now support text formatting, including links, via Markdown syntax
  • We've introduced a new fetchClientSecret parameter for embedded Checkout integrations. This reduces latency when rendering the embed, and is now the recommended integration path
unborn holly
unborn holly
#

👋 Hello Stripe developers! Checking in with a batch of recent API updates:

  • Billing APIs, such as Subscriptions, Invoices and Quotes, now support stackable discounts and per item discounts. For example, you can use the items[][discounts][coupon] parameter to apply a coupon to a specific item when creating a Subscription
  • You can now use Promotion Codes to apply discounts when creating Invoices, Invoice Items and Quotes
  • There's a new Entitlements API to aid with the provisioning of customer feature access when using Stripe Billing
  • We've increased the maximum length of the name and value parameters when using custom fields on Invoices, to 40 and 140 characters respectively
  • Issuing users can now control country specific spending with spending controls, via the new blocked_merchant_countries parameter and allowed_merchant_countries parameter
unborn holly
#

We just cut a new API version, 2024-04-10, with a few breaking changes:

  • automatic_async is now the default capture method for Payment Intents. Learn more about async capture here
  • The rendering_options parameter/field on the Invoice object has been renamed to rendering
  • We've deprecated the features parameter/field on Product object – same functionality is available via the new marketing_features parameter
unborn holly
#

👋 Hello Stripe developers! Checking in with a batch of recent API updates:

  • Added support for two new embedded Connect components, balances and payouts list, to the Account Sessions API
  • We've added the saved_payment_method_options parameter to Checkout Sessions to provide more control to customers when deciding whether to save their payment information. You can learn more about this change here
  • There's a new create invoice preview endpoint. This new endpoint behaves functionally the same as the existing upcoming invoice endpoint, but returns a upcoming_in_xyz object which can be retrieved via the API
  • We shipped new primitives and APIs for usage based billing integrations
unborn holly
#

👋 Hello Stripe developers! Checking in with a batch of recent API updates:

  • We've added a ship_from_details parameter to the Tax Calculations API to enable per order shipping origin
  • ACH Debit is now available for GB merchants doing USD payments
  • We've enabled Adaptive Pricing in 13 new merchant countries, including SG, HK, JP and various EU countries
  • Sigma's schema has expended to now include data from Checkout Sessions and Stripe Tax
unborn holly
#

👋 Hello Stripe developers! Checking in with a couple of recent API updates:

  • The list all features endpoint now supports filtering via the archived and lookup_key parameters
  • We've added a preview_mode parameter to the preview invoice endpoint. This helps determine whether the preview strictly includes only items relevant to an associated subscription, for example
unborn holly
#

checkout Checkout now supports setting a default value on custom fields, which will be pre-filled on the payment page. Available on text, numeric and dropdown fields via the associated default_value parameter

gentle raft
#

👋 If you recently started using Stripe Connect and enabled the feature in your Stripe account or attempted but abandoned the product, one of our product teams would love to speak with you. They are looking for developers who activated Stripe Connect on their account and would be able to provide feedback on the onboarding experience of signing up for this product.
Their goal is to do a 30 minutes UXR session over Zoom and they offer a $100 gift card (or equivalent local currency) for your feedback.
If you are interested, you can email temp-plobo-uxr@stripe.com with your name, email address and Stripe account id (acct_123) and they'll reach out with more details.

unborn holly
#

We just cut a new API version, 2024-06-20, with a few breaking changes:

  • We've added new values to the request_history[reason] enum field on Issuing Authorization objects
  • There's also new values for the purchase_details[fuel][unit] enum on Issuing Transaction objects
  • We've renamed, deprecated and removed a number of fields across the Issuing Authorization and Issuing Transaction APIs. See full details here
  • The Capabilities API has new disabled_reason values, including other and paused.inactivity
  • We've deprecated the generic bank_transfer_payments capability type in favour of new region specific types. For example, us_bank_transfer_payments for USD customer balance payments
unborn holly
#

👋 Hello Stripe developers! Checking in with a couple of recent API updates:

  • We added support for TWINT, Multibanco and Zip payment methods to the Payment Links API
  • The value_grouping_window parameter supports a new day enum value on the list meter event summaries endpoint
  • We now support reason codes for disputed Klarna payments on the Dispute object
unborn holly
#

👋 Hello Stripe developers! Checking in with a couple of recent API updates:

unborn holly
#

👋 Hello Stripe developers! Checking in with a couple of recent API updates:

  • Payment Element now supports surfacing a customer's saved payment methods, including support for payment method management. The functionality leverages the Customer Sessions API. Learn how to build this into your existing Payment Element integration here
unborn holly
#

👋 Hello Stripe developers! Checking in with a couple of recent API updates:

  • We now expose the unique buyer ID for BLIK payments on the related Charge object under the payment_method_details[blik] hash
  • There's a new case_type field on Disputes, denoting the type of dispute
  • We've added the authorization_code field returned by banks to the Charge object for card payments
  • Affirm payments now include the associated transaction_id field from Affirm
unborn holly
#

👋 Hello Stripe developers! Checking in with a couple of recent API updates:

  • metadata on Checkout Sessions can now be updated via a new update endpoint
  • We've additional information relating to the card used for card present Terminal payments, including brand_product, issuer, description and network_transaction_id. These fields can be found in the related card_present hash or interac_present hash
  • Account Sessions API now supports new components[tax_settings] parameter and components[tax_registrations] parameter allowing platforms enable connected accounts to manage their tax compliance and settings via new tax embedded components
unborn holly
#

We recently cut a new API version – 2024-09-30.acacia, the first in our new API release process:

  • Going forward there will be monthly releases to add new features without breaking changes
  • Major releases that include breaking changes will occur every ~6 months

Learn more about what's new in this release over on the revamped changelog!

unborn holly
#

We just released a new backwards compatible API version – 2024-10-28.acacia, which is packed full of new features. Some highlights:

Learn more about what's new in this release over on the changelog!

unborn holly
#

We just released a new backwards compatible API version – 2024-11-20.acacia, which is packed full of new features. Some highlights:

Learn more about what's new in this release over on the changelog!

unborn holly
#

We just released a new backwards compatible API version – 2024-12-18.acacia, which is packed full of new features. Some highlights:

  • You can now configure Billing Credits to be reinstated when voiding an Invoice
  • Accounts can now be configured to retain a minimum balance when doing automatic payouts
  • We now expose a trace_id field on Payouts, useful for tracking payouts
  • Card network IDs for payments are now available on the network_transaction_id field on the Charge object

Learn more about what's new in this release over on the changelog!

unborn holly
#

We just released a new backwards compatible API version – 2025-01-27.acacia, which is packed full of new features. Some highlights:

Learn more about what's new in this release over on the changelog!

unborn holly
#

We just released a new backwards compatible API version – 2025-02-24.acacia, which is packed full of new features. Some highlights:

Learn more about what's new in this release over on the changelog!

unborn holly
#

We just released a new breaking API version – 2025-03-31.basil, which is packed full of new features and some breaking changes. Highlights include:

Learn more about what's new in this release over on the changelog!

unborn holly
#

We just released a new API version – 2025-04-30.basil, which is packed full of new features. Some highlights:

  • Checkout users can disable Link on a per session basis via a new wallet_options parameter
  • Affirm is now a supported payment method for subscriptions and invoices where collection_method: 'send_invoice'
  • There's a new pending_reason property on Refunds API to explain why the refund is pending

Learn more about what's new in this release over on the changelog!

gusty cloak
#

Hey all! We're looking for feedback on some explorations to improve event delivery information in Workbench. Check out the post on Insiders if you're interested in helping shape this work!

unborn holly
#

We just released a new API version – 2025-05-28.basil, which is packed full of new features. Some highlights:

Learn more about what's new in this release over on the changelog!

unborn holly
#

We just released a new API version – 2025-06-30.basil, which is packed full of new features. Some highlights:

  • A new billing_mode parameter for more flexible subscriptions, including improved proration calculations
  • Klarna payment methods can now be saved for future usage
  • You can now configure the specific days automatic payouts should occur for monthly and weekly schedules

Learn more about what's new in this release over on the changelog!

unborn holly
#

We just released a new API version – 2025-07-30.basil, which is packed full of new features. Some highlights:

Learn more about what's new in this release over on the changelog!

unborn holly
#

We just released a new API version – 2025-08-27.basil, which is packed full of new features. Some highlights:

Learn more about what's new in this release over on the changelog!

gusty cloak
#

Happy Wednesday y'all 👋 We're looking for feedback on a few explorations to improve how we display event details in Workbench! If you're interested in helping shape this work, check out the post on Insiders! Thanks!

unborn holly
#

We just released a new breaking API version – 2025-09-30.clover, which is packed full of new features and some breaking changes. Highlights include:

Learn more about what's new in this release over on the changelog!

unborn holly
#

We just released a new API version – 2025-10-29.clover, which is packed full of new features. Some highlights:

Learn more about what's new in this release over on the changelog!

unborn holly
#

We just released a new API version – 2025-11-17.clover, which is packed full of new features. Some highlights:

Learn more about what's new in this release over on the changelog!

unborn holly
#

Happy New Year! Before the break, we released a new API version – 2025-12-15.clover, which is packed full of new features. Some highlights:

Learn more about what's new in this release over on the changelog!

unborn holly
#

We just released our first API version of 2026 – ⁨2026-01-28.clover⁩, which is packed full of new features. Some highlights:

Learn more about what's new in this release over on the changelog!

unborn holly
#

We just released a new API version – ⁨2026-02-25.clover⁩, which is packed full of new features. Some highlights:

  • There's new location and reader properties on Charge objects generated via Terminal payments to help understand which location and/or reader processed a payment
  • BACS Debit mandates now include display_name and service_user_number properties
  • There's a new transaction_purpose parameter for ACH Debit payments to help comply with Nacha regulations

Learn more about what's new in this release over on the changelog!

unborn holly
#

We just released a new breaking API version – 2026-03-25.dahlia, which is packed full of new features and some breaking changes. Highlights include:

  • ⚠️ We've renamed Checkout Sessions ui_mode enums to hosted_page, embedded_page and elements. We've also renamed the accompanying (1, 2) Stripe.js methods
  • ⚠️ There's a new canceled_by_retention_policy enum on a subscription's cancellation_details[reason] property, to reflect when a test subscription is cancelled automatically
  • ⚠️ The elements.update() method is now asynchronous and returns a Promise
  • Invoice Items and Invoice Line Items now support decimal quantities

Learn more about what's new in this release over on the changelog!

fresh notch
tepid knot
#

📣 Stripe Sessions is coming June 16 - 30! It's our annual conference where we announce new products, let you know what we're up to and host interesting talks by industry leaders. Find out more and sign up here 👉 https://sessions.stripe.com/

tepid knot
noble kernel
tepid knot
tepid knot
tepid knot
#

@everyone Live React Native payments Q&A with Expo and Stripe mobile engineers starting in 10 minutes in the #center-stage channel! https://discord.gg/FpYpX49tcy

tepid knot
#

📢 We're doing another live Q&A! This time it's all about webhooks 🕸️ . I'll be joined by dj-stripe core maintainer @spice heron and Stripe engineer Vincent Cheung Thursday September 16th at 12 PM PT/3 PM EST in our #center-stage Stage Channel https://discord.gg/2zt3KMvNCK

tepid knot
#

🔊 Tomorrow at 12 pm PT/ 3 pm EST in #center-stage we're doing a live Q&A on webhooks 🕸️🪝! Come ask your burning questions and get some protips on building webhooks from Stripe engineers and dj-stripe co-maintainer @spice heron! https://discord.gg/2zt3KMvNCK

tepid knot
noble kernel
tepid knot
#

🛠️ StripeDev Live returns next week Thursday with a session on Laravel Cashier Laravel php! Join Laravel developer @pliant dock and myself for a conversation about Cashier, PHP and Belgian jokes! Thursday the 14th of October at 12 pm PT / 3 pm ET in #center-stage https://discord.gg/2zt3KMvNCK

tepid knot
#

🔩 Another edition of StripeDev Live starts tomorrow at 12 pm PT / 3 pm ET in #center-stage! We've got @pliant dock from Laravel Laravel to tell us all about Cashier flyingmoney and answer your questions live! https://discord.gg/2zt3KMvNCK

tepid knot
tepid knot
#

🎢 Role selection is now live on the server! Head over to #905449384001548288 to pick out your roles. The more specific you are the better we can help and guide you towards relevant content! Any feedback? Let us know in #841573134531821615!

tepid knot
#

📆 Next week, we’ll be back with our next edition of StripeDev Live! 🛠️ Join us as we talk VS Code vscode with some special guests over in #center-stage at 12PM PT / 3PM ET. https://discord.gg/2zt3KMvNCK

tepid knot
#

Calling all VS Code users! vscode Be sure to tune into our next Live Q&A tomorrow with Isidor Nikolic from VS Code and Brian Holt from Stripe, where they’ll be talking VS Code, Stripe’s plugin, and taking your questions. They’ll be in the #856799446317400065 channel at 12PM PT! 🕛

tepid knot
#

In 1 hour we'll have Isidor Nikolic from VS Code and Brian Holt from Stripe in the #856799446317400065 channel for a Live Q&A talking all things VS Code and Stripe. vscode Get your questions ready and be there at 12PM PT! 🕛

tepid knot
#

@everyone The VS Code Live Q&A is starting now! vscode VS Code engineer Isidor Nikolic and Stripe engineer Brian Holt will be in the #856799446317400065 channel talking Stripe and VS Code, so join us to get your questions answered or come to listen in! 👂

tepid knot
tepid knot
#

📢 Get ready for the first StripeDev Live Q&A of 2022! We’re kicking it off next week on Jan 13 at 12pm PT and talking OSS along with @narrow frost (author of use-shopping-cart https://useshoppingcart.com/) and Rizèl Scarlett (Github Developer Advocacy) over on the #856799446317400065!

tepid knot
#

Don’t forget to set your reminders for tomorrow’s StripeDev Live Q&A on OSS! 🕛 @narrow frost and Rizèl Scarlett join us on the #856799446317400065 at 12pm PT to discuss!

tepid knot
#

@everyone 📣 StripeDev Live is starting now! Come join @narrow frost, @rose hearth and myself in #856799446317400065 to hear us talk OSS! 📂

tepid knot
#

Get excited because we have another StripeDev Live Q&A this month! This time, we’ll have Alex Komoroske, author of https://komoroske.com/slime-mold/, to discuss product and platform. We’ll be live over at the #856799446317400065 channel at 12pm PT on Jan 27, but I’d recommend checking out his writings beforehand if you’re unfamiliar! 4242underline

tepid knot
#

Just over 24 hours until tomorrow’s StripeDev Live Q&A with @fathom frost! We’ll be chatting on the philosophy of successful products and platforms of today. As usual, we’ll be over in the #856799446317400065 channel at 12pm PT, but make sure you check out Alex’s presentation on modern platform approach beforehand: https://komoroske.com/gardening-platforms/ 🏡

tepid knot
#

Set a reminder because we’re live in 1 hour with @fathom frost on the #856799446317400065! Join us for a talk on modern product and platform, or pick his brain about some of his writings. 🧠 We’ll be live at 12pm PT!

tepid knot
#

@everyone It’s time for our StripeDev Live Q&A with @fathom frost! We’re over in the #856799446317400065 channel, so come join in on the discussion about modern platforms and product! 💬

tepid knot
#

We’re back next week with for our next Stripe Dev Live Q&A! 🙌 Join us in discussing Vue.js vue with @sly vapor, @loud grail and @hollow spear on Feb 24 at 9AM PT on the #856799446317400065. 4242embossed

tepid knot
#

We’re back today with our Stripe Dev Live Q&A on Vue.js! vue Be sure to head over to the #856799446317400065 at 9AM PT to join @sly vapor, @loud grail and @hollow spear for their discussion on Vue.js and Stripe!

tepid knot
tepid knot
tepid knot
#

Set a reminder for Apr 20 at 9AM ET for our next StripeDev Live Q&A on Redwood JS! redwood @sterile crane and Dominic Saadi will be joining me in #856799446317400065 for this next installment so be sure to tune in. 4242

tepid knot
#

StripeDev Live with Dominic and @sterile crane is kicking off in less than an hour on the #856799446317400065! redwood

tepid knot
#

Hey remember that time you asked whether Stripe's docs were open source and we stared at our feet and shuffled around a bit and had to tell you they aren't? Well NO MORE! Markdoc, our Markdown based authoring system that powers the Stripe docs just went open source! Try it out and let us know what you think! https://twitter.com/StripeDev/status/1524407490519220230

tepid knot
tepid knot
#

stripeapps We just launched the public beta of Stripe Apps https://stripe.com/apps, which allows developers to build apps directly into Stripe and use the power of Stripe’s API to listen for webhooks and read/write data. We’ll be hosting a livestream for Stripe Apps Developers on June 2 at 9:00 a.m. PT, where you’ll hear from Stripe engineers and get your questions answered live. Join us! https://www.youtube.com/watch?v=EfLHVQbRLEE

tepid knot
#

@everyone We kick off in 1hr! stripeapps Let’s keep our Stripe Apps launch party going with a live Q&A and a swag giveaway 🎁 Join our StripeDev Live session today 9am PT where we’ll be diving deep into how to build a Stripe App with demos and a live Q&A. I'll be joined by Stripe App engineers, designers, and special guest @slender ember!

Tune in → https://youtu.be/EfLHVQbRLEE