#Omri - checkout alternative

1 messages · Page 1 of 1 (latest)

serene raptor
#

Can you tell me more about what you are trying to do here?

#

Charge a debig card without redirecting to Checkout?

left moat
#

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)

serene raptor
#

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

left moat
#

it is works with debit?

left moat
serene raptor
#

Which debit? SEPA or another payment method?

#

The Payment Element supports most of our payment methods

left moat
#

SEPA

serene raptor
#

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?

left moat
#

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

serene raptor
#

Thank you for the clarification. I will check in to whether this is possible

left moat
#

Thank you