solidus_stripe icon indicating copy to clipboard operation
solidus_stripe copied to clipboard

💳 Integrate Solidus with Stripe

Results 37 solidus_stripe issues
Sort by recently updated
recently updated
newest added

This PR is sponsored by [MagmaLabs](https://www.magmalabs.io/) This allow `solidus_stripe` gem to use [stripe connect](https://stripe.com/docs/connect). Stripe connect allows you to split payment, so you can take a fee from there. The...

v4.x

**Solidus Version** solidus 4.3 solidus_stripe 5.0.2 **To Reproduce** Create a test where a user tries to process over 100 payments. I am using MiniTest instead of RSpec and have a...

bug

When I create a new rails project and install solidus with starter and stripe, the tests crash **Solidus Version**: 4.1.1 **To Reproduce** ```bash rails new -T amazing_store cd amazing_store bundle...

bug

If you remove the checkout confirmation step and a 3D secure is needed, the order will be completed with payment status "paid" without the 3D secure popup appearing, but in...

bug

_Originally posted by @loicginoux in https://github.com/solidusio/solidus_stripe/issues/307#issuecomment-1621404691_ **To Reproduce** 1. Create an order with a total of $50 2. Apply store credits of $49.70 to the order 3. Attempt to complete...

bug

Solves #64 If a payment intent has been created but the order is never completed, Stripe will eventually time out the intent and change its state. When a new payment...

v4.x

## Why? The controller is really simple and using well defined extension APIs. Everything else might be heavily dependent on the specific store setup (e.g. single page checkout, Ajax endpoints,...

enhancement

**Desired Behavior** it seems like stripe events can "leak" between environment. A test event can appear in production webhooks. a check must be done on the event payload via the...

enhancement

## Introduction The goal of this issue is to allow the creation of new admin-side payments using the Solidus Stripe payment method by using the Stripe Elements partial interface (like...

enhancement

This might be for another ticket, let me know but when having a customer created and linked to a payment intent, from my understanding of Stripe, iOS and Android clients...