Open MZK91 opened 3 years ago
Hello Leonel, nice to hear you figured out how to get your bank statements :-) I didn't make Credit / Debit transfer yet, but IMO you will have to make a FUL order with the transfer file in XML format.
Hey Guillaume,
Thanks for you answer, which action of the class should I use to be able to do this ?
@MZK91 Check tests folder with examples.
Can you please tell me which function cause I don't really see it in the tests ?
Good morning Andrew, Yes I know these methods i even try them but my bank doesn't allowed them. They say I can only use the "pain.008.001.02.sdd" format. Is there a way to do it ? Or a way to generate the XML manually ?
use FDL then, in tests should be.
FDL action is not allowed on my account to. Could it be possible to have a method that allow us to create our own XML based on our generated certificates ?
Hello there,
We are adding FUL
method for file upload with EBICS 2.5, feel free to use it (or BTU for Ebics 3).
You can create your Credit / Debit XML files with the way you want (plain XML, twig, https://github.com/php-sepa-xml/php-sepa-xml, ...)
Hello guys,
After struggling to retrieve the bank statement I've finally made it, but right now I'm trying to figure out how to make a Credit or Debit transfer with the "pain.008.001.02.sdd" format.
Because I've tried the action "CCT" and "CDD", but my bank doesn't these actions.
Any clues on how I can make this work ?
Thanks in advance.