-
I'm trying to add the IBAN (BT-84) and BIC (BT-86) for SEPACreditTransfer to an invoice using method SetPaymentMeans desc.SetPaymentMeans(PaymentMeansTypeCodes.SEPACreditTransfer, "", "DE21860000000086001055") Unfortunately, only the payment code is exported to the xml and not the IBAN
I am looking for a way to output the complete bank details
Thanks in advance for any advice! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi @GeorgDczg , |
Beta Was this translation helpful? Give feedback.
-
Hi @GeorgDczg, try it like this: desc.AddDebitorFinancialAccount("<IBAN>", "<BIC>") |
Beta Was this translation helpful? Give feedback.
Hi @GeorgDczg,
try it like this: