Skip to main content
Solved

Error when loading external payment file for CAMT.053 in 25R1

  • October 27, 2025
  • 8 replies
  • 131 views

Aleksandra W.
Sidekick (Employee)
Forum|alt.badge.img+6

Hi,

I am trying to load a bank statement in CAMT.053 format into 25R1 Cloud DEV environment.

File is successfully loaded through IFS Connect but I am getting this error message:

“A Payer/Payee Identity does not exist. A parked payment will be created using company '500'”

Supplier is created. 

Manual Supplier Invoice was posted and supplier payment proposal was generated from the same environment in ISO20022 payment format.

The message codes are created as follows:

 

In this example, in the xml file I have message code “225” Supplier Payment and “249” Bank Fees.

Can someone please help me understand why message codes are not recognized?

Thanks.

Best answer by Guzik

Good morning ​@Aleksandra W. ,

the best way is to set up a new reader with windows encoding. I believe, it would help

 

I can see you have been using Notepad++, correct ?

It yes you can download xsl files from transformers and 


and apply them one by one:
 

Please mind that the transformation is applied to the window that you have focus on

A result should be as follow. You can see more what is missing
 



 

Regards,

Kajetan

8 replies

Aleksandra W.
Sidekick (Employee)
Forum|alt.badge.img+6
  • Author
  • Sidekick (Employee)
  • 15 replies
  • October 28, 2025

UPDATE:

In the original file from the bank the message codes are located as follows:

I know that if I add <Fmly><Cd> oraz</Cd> </Fmly> into my file IFS can recognize the message codes correctly:

 

Does anyone know if it is possible for IFSCloud to fetch the message codes from <Domn><Cd></Cd></Domn> ? Or there have to be additional level? 


Forum|alt.badge.img+1
  • Do Gooder (Partner)
  • 1 reply
  • October 31, 2025

We are experiencing errors with CAMT053 aswell. Have you reported this to IFS? Got any answers?

Thanks!


Forum|alt.badge.img+16
  • Hero (Customer)
  • 738 replies
  • October 31, 2025

UPDATE:

In the original file from the bank the message codes are located as follows:

I know that if I add <Fmly><Cd> oraz</Cd> </Fmly> into my file IFS can recognize the message codes correctly:

 

Does anyone know if it is possible for IFSCloud to fetch the message codes from <Domn><Cd></Cd></Domn> ? Or there have to be additional level? 

Cześć. 

As per format description shared by mbank, transaction codes used could be domain code, family code or subdomain code  :
 

I think current IFS solution reads Family codes, while your bank is sending Domain codes only.  

it means for this bank you should customize your CAMT message transformer to reach to Domain code in absence or instead of Family code. It is not so complex for person knowing xsl/xml. 

Following thread could help as well

 


Dumeesha Wanigarathna
Superhero (Partner)
Forum|alt.badge.img+16

Hi,

Please check whether ‘Use Prepared References’ is yes for the relevant message code. In CAMP054 file we had the same issue and when we make this yes and then error disappear and information correctly read to the system. During my investigation I noted that this particular column in the table has data related to payer/payee, ledger item id, ledger series id. Try that

 


Guzik
Do Gooder (Customer)
Forum|alt.badge.img+3
  • Do Gooder (Customer)
  • 24 replies
  • November 12, 2025

Hello ​@Aleksandra W. ,

 

The standard CAMT transformer expects: 

<BkTxCd>

  <Domn>

      <Fmly>

        <CD>

However, it is quite easy to adjust the transformer and upload the xsl file and re-upload it. 

 

I believe , it has change in 25R1 that it no longer handled by a projection but by PLSQL

We have been using ING format, but as of 25R1, IFS expects one statement at a time, which was not the case before.

Regards,

Kajetan Guzy Polska


Aleksandra W.
Sidekick (Employee)
Forum|alt.badge.img+6
  • Author
  • Sidekick (Employee)
  • 15 replies
  • November 13, 2025

Hello ​@Aleksandra W. ,

 

The standard CAMT transformer expects: 

<BkTxCd>

  <Domn>

      <Fmly>

        <CD>

However, it is quite easy to adjust the transformer and upload the xsl file and re-upload it. 

 

I believe , it has change in 25R1 that it no longer handled by a projection but by PLSQL

We have been using ING format, but as of 25R1, IFS expects one statement at a time, which was not the case before.

Regards,

Kajetan Guzy Polska

@Guzik  Hi Kajetan,

Thank you for your answer.

I have found out that in BNP Paribas I can export bank statement in different CAMT.053 versions.

The one that I was trying to upload first was the camt.053.001.02 with encoding “windows-1250”

This was the one, with only <Domn><Cd> Message Code </Cd></Domn>

Right now I am trying to upload camt.053.001.08 where I have <Domn><Cd> Message Code </Cd><Fmly><Cd><Message Code></Cd><SubFmlyCd>NONE</SubFmlyCd></Fmly></Domn>

 

This one has different encoding and additional line for <ElctroncSeqNb>

 

When I am uploading it into IFS I have an error message in Application Messages: ‘Message of type 'APPLICATION_MESSAGE' doesn't match any routing rule’

Do you have any idea why? 

What can I change to be able to upload it with the camt.053.001.08 where I do have the <Fmly> so that IFS can recognize the message codes from my file?

I have adjusted the Routing Address as per your previous comment:

Regards,

Aleksandra


Guzik
Do Gooder (Customer)
Forum|alt.badge.img+3
  • Do Gooder (Customer)
  • 24 replies
  • Answer
  • November 14, 2025

Good morning ​@Aleksandra W. ,

the best way is to set up a new reader with windows encoding. I believe, it would help

 

I can see you have been using Notepad++, correct ?

It yes you can download xsl files from transformers and 


and apply them one by one:
 

Please mind that the transformation is applied to the window that you have focus on

A result should be as follow. You can see more what is missing
 



 

Regards,

Kajetan


Aleksandra W.
Sidekick (Employee)
Forum|alt.badge.img+6
  • Author
  • Sidekick (Employee)
  • 15 replies
  • November 14, 2025

@Guzik Thank you Kajetan, I will try that :)