dmitrirussu / php-sepa-xml-generator

SEPA SDD XML Generator recommended to see. PHP SEPA XML Generator, (Single Euro Payments Area ISO20022 SDD V1_0 20122009) (SEPA)(PHP5)
https://github.com/dmitrirussu/PHP-SEPA-XML-GENERATOR
MIT License
53 stars 36 forks source link

Bic Optional #30

Closed roke22 closed 4 months ago

roke22 commented 7 years ago

Hello,

In the example you said that the Debit Bic is optional ( ->setDebitBIC('AABAFI22') //Optional ) but if we leave it blank we get in the xml this:

NOTPROVIDED

How to make really optional?

Best Regards.

RamonSmit commented 7 years ago

Hi,

For as far as I know, some banks require the tag and others don't. This is the expected behavior of this script.

You don't need to set the BIC code, but then the script will put NOTPROVIDED in the XML for compatibility.

Best Regards, Ramon

ericsala commented 5 years ago

Is there any method to obtain the BIC code using IBAN? If there is no method with this library do you use any API or service to generate it? Thank you!