Stripe for Craft Commerce icon

Stripe for Craft Commerce

Version 5.0.6

March 6, 2025
  • Improved the performance of loading plans in the control panel. (#322)
  • Fixed a bug where checkout session completion would not mark transactions as successful from webhooks. (#318)
  • Fixed a bug where choosing bank transfer as a payment method wouldn’t complete an order. (#315)
  • Fixed a PHP error that could occur when handling a webhook request.
  • Added craft\commerce\stripe\SubscriptionGateway::handleCustomerCashBalanceTransaction().
  • Added craft\commerce\stripe\SubscriptionGateway::transactionSupportsRefund().

Version 5.0.5

March 2, 2025
  • Stripe now returns the correct HTTP error codes for invalid webhook requests. (#314)
  • Fixed a PHP error that occurred when receiving webhook events for invoices that did not originate from Craft Commerce. (#317)

Version 5.0.4.4

February 3, 2025
  • Fixed a JavaScript error that could occur when attempting to make a payment on a completed order. (#312)
  • Fixed a PHP error that could occur when syncing remote payment methods for customers that don't exist in Craft Commerce. (#316)

Version 5.0.4.3

September 17, 2024
  • Fixed a bug where free orders that completed immediately were not redirecting to the order success page.

Version 5.0.4.2

August 12, 2024
  • Fixed a PHP error that occurred when receiving webhook events for subscriptions that did not originate from Craft Commerce. (#309)

Version 5.0.4.1

August 9, 2024
  • Fixed a bug where webhooks weren’t being handled correctly when an associated transaction was found. (#308)

Version 5.0.4

August 8, 2024
  • Fixed a PHP error that occurred when receiving webhook events for payments that did not originate from Craft Commerce.

Version 5.0.3

August 8, 2024
  • Fixed a PHP error that occurred when receiving webhook events for plans that are not configured in Craft Commerce.

Version 5.0.2

August 7, 2024
  • Fixed a bug where SCA payment sources prevented subscriptions from starting. (#304)
  • Fixed a bug where the hiddenClass payment form parameter was not being applied correctly. (#288)
  • Fixed a SQL performance issue that occurred when upgrading. (#190)
  • Fixed a bug the billing issues payment form did not display correctly for subscriptions.
  • Fixed a bug where the first payment source created was not set as the default.

Version 5.0.1

April 9, 2024
  • Fixed a bug where floating point rounding precision could cause payments/refunds to fail. (#296)
  • Fixed a PHP error that could occur when handling a webhook request. (#294)

Version 5.0.0

March 25, 2024
  • Stripe now requires Craft Commerce 5.0.0-beta.1 or later.