
Hi,
I have an issue when I try to generate payments through AIF and transform it to SEPA format. I get an error that says: The remittance information must be provided in the payment initiation message. Settle the payment with an invoice for the voucher SE03-000065 to generate the payment initiation message.
The error is thrown in the xslt file when the payment id does not conform to the Isabel format. The validation is done with a regex expression. Since I don't excel at regex I would like to have that pattern explained to me.
The expression looks like this:
Regex.IsMatch(paymentId, @"(\*{3}.*?\*{3})|(\+{3}.*?\+{3})");
*This post is locked for comments
I have the same question (0)Through some trial and error I found out that this works:
***AnyNumberOfCharacters*** or
+++AnyNumberOfCharacters+++