Hi,
When using Stripe (Checkout), the payment method bank transfer unfortunately does not work out of the box.
This is because you first have to create a stripe customer. If you then pass the corresponding customer id in the payment process, bank transfer appears as a payment option.
I have tried this by adding an existing customer id (cus_xxxxxxxxx…) to the sessions_params. It then works perfectly (however, the customer_email must not be transferred, otherwise an error will occur).
Unfortunately, I cannot get the customer id at runtime, because when using Stripe Checkout the customer is not created until the payment has been made.
Is there any way to offer bank transfers via Stripe anyway?
Thank you very much
Daniel