You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tweak - Improves the wording of the invalid Stripe keys errors, instructing merchants to click the "Configure connection" button instead of manually setting the keys.
Add - Includes a new promotional surface to encourage merchants to re-connect their Stripe account using the new flow.
Add - Added filter to enable updating Level 3 data based on order data.
Add - Replace account key sharing and replace it with an OAuth connect flow allowing users to connect their Stripe account automatically without the need to find keys.
Add - Indicate the activation status of each payment method individually, instead of using a general notice.
Fix - JS error when billing country field does not exist on the payment method page.
Fix - Prevent multiple instances of the "Update the Payment Method" checkbox from displaying on the My Account > Payment Methods page when using the legacy checkout experience.
Fix - Prevent duplicate customer creation during guest checkout.
Fix - Hiding Multibanco payment method when the Stripe account country is not supported.
Fix - Display the payment decline reason on the checkout when using Cash App or WeChat.
Fix - Re-enable the "Place order" button on the block checkout after closing the WeChat or Cash App payment modal.
Fix - When SEPA tokens are added via the My Account > Payment methods page, ensure they are attached to the Stripe customer.
Fix - Clear the saved Stripe Link payment methods when a customer cache is cleared to ensure cached methods are updated promptly.
Fix - Display Stripe Link payment methods correctly in both Block Checkout and My Account pages.
Fix - Resolve an error when adding a saved card payment method in My Account when Stripe Link is enabled.
Fix - Resolved an error when using 3D Secure-enabled cards with Stripe Link enabled.
Fix - Corrected setup intent payment method types to include 'link' when Stripe Link is enabled, resolving errors during subscription signups.
Fix - Resolved an issue where changing the payment method for subscriptions failed after 3D-Secure authentication.
Fix - Prevent displaying the default admin description on the checkout page when a payment method description is empty.
Fix - Adds back the ability to perform direct refunds for giropay orders via the order details page.
Fix - After configuring webhooks automatically ensure only the latest webhook endpoint is active, deleting duplicates configured manually.
Fix - Resolved PHP errors related to detaching payment methods after failed 3D-Secure challenges.
Tweak - Minor text updates to webhook-related configuration labels and buttons.
Tweak - Improve UX by using the 3DS verification modal to confirm setup intents for subscription sign-ups, ensuring customers stay on the checkout page.
Tweak - Display a notice when the Stripe connect URL is not available.
Fix - Prevent adding multiple copies of the same order notes.
Tweak - Automatically configure webhooks after completing the OAuth Stripe flow.
Tweak - Don't process webhooks when the webhook secret isn't set in the store.