hakito / PHP-Stuzza-EPS-BankTransfer

Stuzza e-payment standard implementation for PHP
GNU General Public License v2.0
15 stars 7 forks source link

Set Interscheme / Giropay Flag #19

Closed butu closed 2 years ago

butu commented 2 years ago

Is there a way to activate giropay via this library. The URL the user gets directed to is 'https://routing.eps.or.at/appl/epsSO/transinit/bankauswahl.html?interscheme=false'. If I manually change interscheme to true, the giropay logo appears and i can also select german banks. But how can I configure this?

Thank you!

hakito commented 2 years ago

The Pflichtenheft V2.6.1 does not mention this get parameter. Actually there is no information about the giropay integration beside the javascript implementation.

So I'd suggest if the change of the parameter works for you that you simply change the url before redirecting the user.