#hamid-sofort
1 messages · Page 1 of 1 (latest)
Okie
For sepa I Implemented it like this.
- Created setup intent
- From setup intent i got payment method
- I saved that payment method and used it for payment intent for future
For sofort its redirection, can you tell me like 1 2 3 , how I can use it for sofort
For future payments
There
😫
@deep oriole
Are you going through the steps in this doc? https://stripe.com/docs/payments/sofort/save-during-payment
Let me see doc
Yes following this
But do not understand why to use sepa debit for sofort
Can you please tell me the complete flow one by one. Plz
Which step are you getting stuck on?
Where in the flow are you getting stuck in your understanding?
Okie first step is to create setup intent from server side
The redirect is to bank site
The. When it comes back
What to do?
Once your user is returned from the bank's site then you're pretty much done. You should show some sort of verification/confirmation page to the user, and when it comes time to charge the user you follow Step 6 in the docs that Pompey linked.