#Omri - checkout alternative
1 messages · Page 1 of 1 (latest)
Can you tell me more about what you are trying to do here?
Charge a debig card without redirecting to Checkout?
no, I mean if there is an option to open the checkout like small popup and when the user close the popup we are in our site. without redirect (without refresh our site page)
Checkout itself does not support being in a pop up. The closest thing that we have to that is probably our Payment Element, you can put it on your own modal and have that close once the payment is complete https://stripe.com/docs/payments/accept-a-payment
It doesn't have the full UI of Checkout but it does have a complete UI for collecting payment details
it is works with debit?
it is also works with redirect url (success_url)
Which debit? SEPA or another payment method?
The Payment Element supports most of our payment methods
SEPA
If it has a ✅ in the "Payment Element" column then you can use it with our Payment Element https://stripe.com/docs/payments/payment-methods/integration-options
it is also works with redirect url (success_url)
Can you clarify this question a bit? What are you looking to do with your success_url?
I tell you what is my problem
I have popup form for donate, the form have 3 steps, I need in step 2 to click on the button openTheCheckoutSEPA of stripe, I do not have url to return to step 2, the steps not change the url (not working with routing), so I do not have success_url
I can work on it to return to steps 2, but it is a lot of work
Thank you for the clarification. I will check in to whether this is possible
Thank you