Hello again, i have added Stripe for testing, mainly to support “Sofort” bank transfer, but it is not showing up, when i open payment pages.
Right now enabled are credit card, Sofort and bank transfer, but only credit card is showing up. If i disable credit card, it shows no option for payments.
Might there be some option missing in my Stripe account or something? Or should i create an issue on Github?
Have you enabled sofort specifically in the App? You’ll need to go into the app, and go to the stripe gateway - edit it and then in Fees and LImits, change the payment method to sofort and then enable it.
Update: i now have created more testaccounts. Only thing that i have learned is that if the name in Details contains a number, the dropdown becomes empty. For good measure i have created another proper one to be sure, where then also only the credit card option showed up.
I am sorry. I have triple checked everything and still only see credit card as an option for the client - or none, if i disable credit card.
About my setup:
I was previously testing with a testsetup using docker-compose. Today i have moved (or rather switched) to a non-dockerized environment with a fresh setup, which shall be my production setup now, on php7.4 but Debian and i am using the Git release tag for versioning (though i am not sure if this would even be needed with the v5 updater).
The only thing i could identify to be missing was the webhook on the Stripe side, but this obviously did not activate SOFORT for me.
This sadly did not help. I have tried multiple urls with clear_cache=true appended and disabled my browsercache - just in case - through the console for the client portal and during refreshing the mainpage with it appended.