We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Any idea?
I used these here:
define('FHP_BANK_URL', 'https://fints.deutsche-bank.de'); define('FHP_BANK_PORT', 443); define('FHP_BANK_CODE', '72070001');
The text was updated successfully, but these errors were encountered:
probably the wrong username, you have to combine the 3-digit branch number, your 7-digit account number and a 2-digit sub-account number:
define('FHP_ONLINE_BANKING_USERNAME', 123123456700 ');
Sorry, something went wrong.
please also check, that you have activated HBCI+ for your account:
German Account: Services >> Online SelfServices >> Sonstiges >> TelefonBanking PIN bestellen und HBCI+ Freischaltung
English Account: Services >> Further Services >> Contact and Channels >> Order of TelefonBanking PIN or Activation of HBCI+
No branches or pull requests
Any idea?
I used these here:
define('FHP_BANK_URL', 'https://fints.deutsche-bank.de');
define('FHP_BANK_PORT', 443);
define('FHP_BANK_CODE', '72070001');
The text was updated successfully, but these errors were encountered: