-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
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
Error 091010 on FUL #180
Comments
I tried to use setIsCertified with true or false, but always the same error code |
|
Hi @andrew-svirin , Really appreciate your reply.
According to the response of the bank staff, I have some errors in the authentication part, I guess this is not because of the content format. Also like you said that french bank should always use setIsCertified, I never set it to true when I send out INI, HIA, HPB requests. Do you have some new ideas from this information ? Best regards, |
It looks like you are using Ebics 2.4. Then is building invalid Ebics request. |
@andrew-svirin Ah yes you are right, the configuration I received from the bank is on the version H003 ,so I guess it is EBICS 2.4 |
You can modify any files you need, but of course changes should not affect other versions (2.5, 3.0). |
Hello @zengheng3 could you show me how could you success INI, HIA, bank letter, HPB steps., I send to the bank but they said: "the "seals / hash" of the authentication / encryption and signature certificates do not match those deposited on our server". Really appreciate if you could spare some times from your experience ! |
Hello everyone,
I currently use this library to download / upload files with a french bank (BNPP).
I successfully finished the INI, HIA, bank letter, HPB steps.
Also, I am able to use FDL command to download files from the bank.
But when i started to use FUL, I can only get this error :
091010 : [EBICS_INVALID_XML] XML invalid according to EBICS XML schema.
The bank told me that something is wrong in the authentication part of my request.
Here is my code:
The download function works well but always the same error for upload.
Could you please help me out ?
The text was updated successfully, but these errors were encountered: