Problem with account_payment_sepa molule

227 views
Skip to first unread message

Manuel Bailen

unread,
Jan 15, 2014, 5:42:26 AM1/15/14
to tryto...@googlegroups.com
Hello,

I'm beginning in Tryton and I'm testing the module account_payment_sepa, when I tried upload the xml file to the bank page it return me an error, the Vat number of account's titular isn't valid, I have looking for in the xml file but no Vat number, I have checked in Tryton and i have the vat number correctly.

Thank you very much.

Cédric Krier

unread,
Jan 15, 2014, 6:15:39 AM1/15/14
to tryto...@googlegroups.com
Which version of the SEPA message did you use?

Anyway, it is strange to have an error message about VAT for SEPA. But
you must know that even if there is a official standard for SEPA, banks
tend to diverge from this standard. So it will be good to have the
documentation of your bank about their expected format.
The SEPA module is designed with flexibility in mind so it should be
easy to add a custom format if needed.

--
Cédric Krier - B2CK SPRL
Email/Jabber: cedric...@b2ck.com
Tel: +32 472 54 46 59
Website: http://www.b2ck.com/

Manuel Bailen

unread,
Jan 15, 2014, 9:32:15 AM1/15/14
to tryto...@googlegroups.com
Thank you
 
Which version of the SEPA message did you use?

008.001.02
 
Anyway, it is strange to have an error message about VAT for SEPA.

In Spain is a requested field, you can see this schema:

 

Block B: Group Header Elements

A SEPA XML file includes one group header. The group header must be present in the file. Elements for the group header are:

Tag DescriptionXML tagSource of DataComments
Message identification<MsgId>The system generates an internal identification that consists of the company number, bank account number, and next number (74/01).Maximum of 35 characters.
Creation date and time<CreDtTm>The system generates a date and time stamp at the time of formatting of the message.The format is YYYY-MM-DDThh:mm:ss
Number of transactions<NbOfTxs>The system provides the total number of credit transfer transaction blocks in the message.

For example, if a message contains 1 group header, 1 payment information block and 4 credit transfer information blocks. In this case the number of transactions will set to 4.

Maximum of 15 numeric characters.
Control sum<CtrlSum>The system provides the total of all individual euro amounts included in the message.None
Initiating party name<Nm>The system prints the mailing name of the company that pays the voucher. The system gets this information from the Address by Date table (F0116).Maximum of 70 characters.
Initiating party organization ID<Id>This system uses the tax ID of company address number.None
Initiating party identification issuer<Issr>The system uses the value in the Initiating Party Identification Issuer processing option to determine the initiating party issuer. If you leave this processing option blank, the system does not display this tag on the report.
 
But
you must know that even if there is a official standard for SEPA, banks
tend to diverge from this standard. So it will be good to have the
documentation of your bank about their expected format.

Cédric Krier

unread,
Jan 15, 2014, 10:09:52 AM1/15/14
to tryto...@googlegroups.com
On 15 Jan 06:32, Manuel Bailen wrote:
> Thank you
>
>
> > Which version of the SEPA message did you use?
> >
>
> 008.001.02
>
>
> > Anyway, it is strange to have an error message about VAT for SEPA.
>
>
> In Spain is a requested field, you can see this schema:
>
> http://docs.oracle.com/cd/E16582_01/doc.91/e15104/fields_sepa_pay_file_appx.htm

Did you fill the sepa_creditor_identifier on the party of the company?

Manuel Bailen

unread,
Jan 16, 2014, 6:26:29 AM1/16/14
to tryto...@googlegroups.com
Hello,

I'm Sorry, I filled the field but it wasn't correct, this ID is a complex datum, I have already solved it, but new xml file give me another error. I just download and install the files generator of the bank, for compare them.

Sergi Almacellas Abellana

unread,
Jan 16, 2014, 6:37:57 AM1/16/14
to tryto...@googlegroups.com
El 16/01/14 12:26, Manuel Bailen ha escrit:
Would be great if you can share the error :)

--
Sergi Almacellas Abellana
www.koolpi.com
Twitter: @pokoli_srk

Sergi Almacellas Abellana

unread,
Jan 16, 2014, 7:49:05 AM1/16/14
to tryto...@googlegroups.com
El 16/01/14 13:39, Manuel Bailen ha escrit:
The XML file does not fit the scheme linked <-> "El fichero XML no se ajusta al esquema vinculado"

Could be great if you can share the file. If it contains personal data, feel free to anonimize it :)
I'm trying with the program of the bank but it generates only txt files 
Probably this program is not addapted to SEPA as sepa files are XML file. Maybe it generates old spanish bank files (Norma19) which are TXT files.

P.S: Always respond to the list :)

Manuel Bailen

unread,
Jan 16, 2014, 9:44:15 AM1/16/14
to tryto...@googlegroups.com
OK, this is the tryton file, I read the CECA instructions and it seems missing some required fields.

  <?xml version="1.0" encoding="UTF-8" ?>
- <Document xmlns="urn:iso:std:iso:20022:tech:xsd:pain.008.001.02" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <CstmrDrctDbtInitn>
- <GrpHdr>
  <MsgId>4</MsgId>
  <CreDtTm>2014-01-16T07:21:45.629883</CreDtTm>
  <NbOfTxs>1</NbOfTxs>
  <CtrlSum>80.0</CtrlSum>
- <InitgPty>
  <Nm>XXXXX</Nm>
  <PstlAdr />
- <Id>
  <PrvtId>ESXXXXXXXXXXXXXX</PrvtId>
  </Id>
  </InitgPty>
  </GrpHdr>
- <PmtInf>
  <PmtInfId>2</PmtInfId>
  <PmtMtd>DD</PmtMtd>
  <BtchBookg>false</BtchBookg>
  <NbOfTxs>1</NbOfTxs>
  <CtrlSum>80.0</CtrlSum>
- <PmtTpInf>
- <SvcLvl>
  <Cd>SEPA</Cd>
  </SvcLvl>
- <LclInstrm>
  <Cd>CORE</Cd>
  </LclInstrm>
  <SeqTp>FRST</SeqTp>
  </PmtTpInf>
  <ReqdColltnDt>2014-01-16</ReqdColltnDt>
- <Cdtr>
  <Nm>XXXXX</Nm>
  <PstlAdr />
- <Id>
  <PrvtId>ESXXXXXXXXXXXXXX</PrvtId>
  </Id>
  </Cdtr>
- <CdtrAcct>
- <Id>
  <IBAN>ESXXXXXXXXXXXXXXXXXXXXXX</IBAN>
  </Id>
  <Ccy>EUR</Ccy>
  </CdtrAcct>
- <CdtrAgt>
- <FinInstnId>
  <BIC>CAIXESBBXXX</BIC>
  <Nm>CAIXABANK, S.A.</Nm>
  </FinInstnId>
  </CdtrAgt>
- <DrctDbtTxInf>
- <PmtId>
  <EndToEndId>2</EndToEndId>
  </PmtId>
  <InstdAmt Ccy="EUR">80.0</InstdAmt>
  <ChrgBr>SLEV</ChrgBr>
- <DrctDbtTx>
- <MndtRltdInf>
  <MndtId>ESXXXXXXXXX</MndtId>
  <DtOfSgntr>2014-01-01</DtOfSgntr>
  </MndtRltdInf>
  </DrctDbtTx>
- <DbtrAgt>
- <FinInstnId>
  <BIC>CAIXESBBXXX</BIC>
  <Nm>CAIXABANK, S.A.</Nm>
  </FinInstnId>
  </DbtrAgt>
- <Dbtr>
  <Nm>XXXXXX</Nm>
  <PstlAdr />
  </Dbtr>
- <DbtrAcct>
- <Id>
  <IBAN>ESXXXXXXXXXXXXXXXXXXXXXX</IBAN>
  </Id>
  <Ccy>EUR</Ccy>
  </DbtrAcct>
  </DrctDbtTxInf>
  </PmtInf>
  </CstmrDrctDbtInitn>
  </Document>

Manuel Bailen

unread,
Jan 16, 2014, 10:35:51 AM1/16/14
to tryto...@googlegroups.com
this is part of norm 19.14, according to the norm the fields [1..1] are required and the field <Id> is set by the bank.
the lines in red are the missing fields in my xml file.

ANEXO 1- MENSAJE DE PRESENTACIÓN DE ADEUDOS DIRECTOS SEPA 
ESQUEMA BÁSICO (pain.008.001.02) 
 
1. Organización del fichero 
 
Raíz del mensaje 
 
Índice Ocurrencias Nombre Etiqueta XML Longitud 
 [1..1] + Raíz del mensaje <CstmrDrctDbtInitn> 
 
Cabecera 
 
Índice Ocurrencias Nombre Etiqueta XML Longitud 
1.0 [1..1] + Cabecera <GrpHdr> 
1.1 [1..1] ++ Identificación del mensaje <MsgId> 35 
1.2 [1..1] ++ Fecha y hora de creación <CreDtTm> 19 
1.6 [1..1] ++ Número de operaciones <NbOfTxs> 15 
1.7 [0..1] ++ Control de suma <CtrlSum> 18 
1.8 [1..1] ++ Parte iniciadora <InitgPty> 
1.8 [0..1] +++ Nombre <Nm> 70 
1.8 [0..1] +++ Identificación <Id> 
1.8 [1..1]{Or ++++ Persona jurídica <OrgId> 
 [0..1] +++++ BIC o BEI <BICOrBEI> 11 
 [0..n] +++++ Otra <Othr> 
 [1..1] ++++++ Identificación <Id> 35 
 [0..1] ++++++ Nombre del esquema <SchmeNm> 
 [1..1]{{Or +++++++ Código <Cd> 4 
 [1..1]Or}} +++++++ Propietario <Prtry> 35 
 [0..1] ++++++ Emisor <Issr> 35 
1.8 [1..1]Or} ++++ Persona física <PrvtId> 
 [0..1] +++++ Fecha y lugar de nacimiento <DtAndPlcOfBirth> 
 [1..1] ++++++ Fecha de nacimiento <BirthDt> 8 
 [0..1] ++++++ Provincia de nacimiento <PrvcOfBirth> 35 
 [1..1] ++++++ Ciudad de nacimiento <CityOfBirth> 35 
 [1..1] ++++++ País de nacimiento <CtryOfBirth> 2 
 [0..1] +++++ Otra <Othr> 
 [1..1] ++++++ Identificación <Id> 35 
 [0..1] ++++++ Nombre del esquema <SchmeNm> 
 [1..1]{{Or +++++++ Código <Cd> 4 
 [1..1] Or}} +++++++ Propietario <Prtry> 35 
 [0..1] ++++++ Emisor <Issr> 35 
  19
 
 
Información del pago 
Índice Ocurrencias Nombre Etiqueta XML Longitud 
2.0 [1..n] + Información del pago <PmtInf> 
2.1 [1..1] ++ Identificación de la información del pago <PmtInfId> 35 
2.2 [1..1] ++ Método de pago <PmtMtd> 2 
2.3 [0..1] ++ Indicador de apunte en cuenta <BtchBookg> 5 
2.4 [0..1] ++ Número de operaciones <NbOfTxs> 15 
2.5 [0..1] ++ Control de suma <CtrlSum> 18 
2.6 [0..1] ++ Información del tipo de pago <PmtTpInf> 
2.8 [0..1] +++ Nivel de servicio <SvcLvl> 
2.9 [1..1] ++++ Código <Cd> 4 
2.11 [0..1] +++ Instrumento local <LclInstrm> 
2.12 [1..1] ++++ Código <Cd> 35 
2.14 [0..1] +++ Tipo de secuencia <SeqTp> 4 
2.15 [0..1] +++ Categoría del propósito <CtgyPurp> 
2.16 [1..1] {Or ++++ Código <Cd> 4 
2.17 [1..1] Or} ++++ Propietario <Prtry> 35 
2.18 [1..1] ++ Fecha de cobro <ReqdColltnDt> 8 
2.19 [1..1] ++ Acreedor <Cdtr> 
2.19 [0..1] +++ Nombre <Nm> 70 
2.19 [0..1] +++ Dirección postal <PstlAdr> 
2.19 [0..1] ++++ País <Ctry> 2 
2.19 [0..2] ++++ Dirección en texto libre <AdrLine> 70 
2.20 [1..1] ++ Cuenta del acreedor <CdtrAcct> 
2.20 [1..1] +++ Identificación <Id> 
 [1..1] ++++ IBAN <IBAN> 34 
2.20 [0..1] +++ Moneda <Ccy> 3 
2.21 [1..1] ++ Entidad del acreedor <CdtrAgt> 
 [1..1] +++ Identificación de la entidad <FinInstnId> 
 [1..1] ++++ BIC <BIC> 11 
2.23 [0..1] ++ Último acreedor <UltmtCdtr> 
2.23 [0..1] +++ Nombre <Nm> 70 
2.23 [0..1] +++ Identificación <Id> 
2.23 [1..1]{Or ++++ Persona jurídica <OrgId> 
 [0..1] +++++ BIC o BEI <BICOrBEI> 11 
 [0..1] +++++ Otra <Othr> 
 [1..1] ++++++ Identificación <Id> 35  20
 [0..1] ++++++ Nombre del esquema <SchmeNm>
 [1..1]{{Or +++++++ Código <Cd> 4 
 [1..1]Or}} +++++++ Propietario <Prtry> 35 
 [0..1] ++++++ Emisor <Issr> 35 
2.23 [1..1]Or} ++++ Persona física <PrvtId> 
 [0..1] +++++ Fecha y lugar de nacimiento <DtAndPlcOfBirth> 
 [1..1] ++++++ Fecha de nacimiento <BirthDt> 8 
 [0..1] ++++++ Provincia de nacimiento <PrvcOfBirth> 35 
 [1..1] ++++++ Ciudad de nacimiento <CityOfBirth> 35 
 [1..1] ++++++ País de nacimiento <CtryOfBirth> 2 
 [0..1] +++++ Otra <Othr> 
 [1..1] ++++++ Identificación <Id> 35 
 [0..1] ++++++ Nombre del esquema <SchmeNm> 
 [1..1]{{Or +++++++ Código <Cd> 4 
 [1..1] Or}} +++++++ Propietario <Prtry> 35 
 [0..1] ++++++ Emisor <Issr> 35 
2.24 [0..1] ++ Cláusula de gastos <ChrgBr> 4 
2.27 [0..1] ++ Identificación del acreedor <CdtrSchmeId> 
2.27 [1..1] +++ Identificación <Id> 
2.27 [1..1] ++++ Identificación privada <PrvtId> 
2.27 [1..1] +++++ Otra <Othr> 
 [1..1] ++++++ Identificación <Id> 35 
 [1..1] ++++++ Nombre del esquema <SchmeNm> 
 [1..1] +++++++ Propietario <Prtry> 35 
2.28 [1..n] ++ Información de la operación de adeudo 
directo <DrctDbtTxInf> 
2.29 [1..1] +++ Identificación del pago <PmtId> 
2.30 [0..1] ++++ Identificación de la instrucción <InstrId> 35 
2.31 [1..1] ++++ Identificación de extremo a extremo <EndToEndId> 35 
2.44 [1..1] +++ Importe ordenado <InstdAmt> 12 
2.45 [0..1] +++ Cláusula de gastos <ChrgBr> 4 
2.46 [0..1] +++ Operación de adeudo directo <DrctDbtTx> 
2.47 [0..1] ++++ Información del mandato <MndtRltdInf> 
2.48 [0..1] +++++ Identificación del mandato <MndtId> 35 
2.49 [0..1] +++++ Fecha de firma <DtOfSgntr> 8 
2.50 [0..1] +++++ Indicador de modificación <AmdmntInd> 5 
2.51 [0..1] +++++ Detalles de la modificación <AmdmntInfDtls> 
2.52 [0..1] ++++++ Identificación del mandato original <OrgnlMndtId> 35 
2.53 [0..1] ++++++ Identificación del acreedor original <OrgnlCdtrSchmeId> 
2.53 [0..1] +++++++ Nombre <Nm> 70  21
2.53 [1..1] +++++++ Identificación <Id>
2.53 [1..1] ++++++++ Identificación privada <PrvtId> 
2.53 [1..1] +++++++++ Otra <Othr> 
 [1..1] ++++++++++ Identificación <Id> 35 
 [1..1] ++++++++++ Nombre del esquema <SchmeNm> 
 [1..1] +++++++++++ Propietario <Prtry> 35 
2.57 [0..1] ++++++ Cuenta del deudor original <OrgnlDbtrAcct> 
 [1..1] +++++++ Identificación <Id> 
 [1..1] ++++++++ IBAN <IBAN> 34 
2.58 [0..1] ++++++ Entidad del deudor original <OrgnlDbtrAgt> 
 [1..1] +++++++ Identificación de la entidad <FinInstnId> 
 [1..1] ++++++++ Otra <Othr> 
 [1..1] +++++++++ Identificación <Id> 35 
2.62 [0..1] +++++ Firma electrónica <ElctrncSgntr> 1025 
2.66 [0..1] ++++ Identificación del acreedor <CdtrSchmeId> 
2.66 [1..1] +++++ Identificación <Id> 
2.66 [1..1] ++++++ Identificación privada <PrvtId> 
2.66 [1..1] +++++++ Otra <Othr> 
 [1..1] ++++++++ Identificación <Id> 35 
 [1..1] ++++++++ Nombre del esquema <SchmeNm> 
 [1..1] +++++++++ Propietario <Prtry> 35 
2.69 [0..1] +++ Último acreedor <UltmtCdtr> 
2.69 [0..1] ++++ Nombre <Nm> 70 
2.69 [0..1] ++++ Identificación <Id> 
2.69 [1..1]{Or +++++ Persona jurídica <OrgId> 
 [0..1] ++++++ BIC o BEI <BICOrBEI> 11 
 [0..1] ++++++ Otra <Othr> 
 [1..1] +++++++ Identificación <Id> 35 
 [0..1] +++++++ Nombre del esquema <SchmeNm> 
 [1..1]{{Or ++++++++ Código <Cd> 4 
 [1..1]Or}} ++++++++ Propietario <Prtry> 35 
 [0..1] +++++++ Emisor <Issr> 35 
2.69 [1..1]Or} +++++ Persona física <PrvtId> 
 [0..1] ++++++ Fecha y lugar de nacimiento <DtAndPlcOfBirth> 
 [1..1] +++++++ Fecha de nacimiento <BirthDt> 8 
 [0..1] +++++++ Provincia de nacimiento <PrvcOfBirth> 35 
 [1..1] +++++++ Ciudad de nacimiento <CityOfBirth> 35 
 [1..1] +++++++ País de nacimiento <CtryOfBirth> 2 
 [0..1] ++++++ Otra <Othr>  22
 [1..1] +++++++ Identificación <Id> 35
 [0..1] +++++++ Nombre del esquema <SchmeNm> 
 [1..1]{{Or ++++++++ Código <Cd> 4 
 [1..1] Or}} ++++++++ Propietario <Prtry> 35 
 [0..1] +++++++ Emisor <Issr> 35 
2.70 [1..1] +++ Entidad del deudor <DbtrAgt> 
 [1..1] ++++ Identificación de la entidad <FinInstnId> 
 [1..1] +++++ BIC <BIC> 11 
2.72 [1..1] +++ Deudor <Dbtr> 
2.72 [0..1] ++++ Nombre <Nm> 70 
2.72 [0..1] ++++ Dirección postal <PstlAdr> 
2.72 [0..1] +++++ País <Ctry> 2 
2.72 [0..2] +++++ Dirección en texto libre <AdrLine> 70 
2.72 [0..1] ++++ Identificación <Id> 
2.72 [1..1]{Or +++++ Persona jurídica <OrgId> 
 [0..1] ++++++ BIC o BEI <BICOrBEI> 11 
 [0..1] ++++++ Otra <Othr> 
 [1..1] +++++++ Identificación <Id> 35 
 [0..1] +++++++ Nombre del esquema <SchmeNm> 
 [1..1]{{Or ++++++++ Código <Cd> 4 
 [1..1]Or}} ++++++++ Propietario <Prtry> 35 
 [0..1] +++++++ Emisor <Issr> 35 
2.72 [1..1]Or} +++++ Persona física <PrvtId> 
 [0..1] ++++++ Fecha y lugar de nacimiento <DtAndPlcOfBirth> 
 [1..1] +++++++ Fecha de nacimiento <BirthDt> 8 
 [0..1] +++++++ Provincia de nacimiento <PrvcOfBirth> 35 
 [1..1] +++++++ Ciudad de nacimiento <CityOfBirth> 35 
 [1..1] +++++++ País de nacimiento <CtryOfBirth> 2 
 [0..1] ++++++ Otra <Othr> 
 [1..1] +++++++ Identificación <Id> 35 
 [0..1] +++++++ Nombre del esquema <SchmeNm> 
 [1..1]{{Or ++++++++ Código <Cd> 4 
 [1..1] Or}} ++++++++ Propietario <Prtry> 35 
 [0..1] +++++++ Emisor <Issr> 35 
2.73 [1..1] +++ Cuenta del deudor <DbtrAcct> 
 [1..1] ++++ Identificación <Id> 
 [1..1] +++++ IBAN <IBAN> 34 
2.74 [0..1] +++ Último deudor <UltmtDbtr> 
2.74 [0..1] ++++ Nombre <Nm> 70  23
2.74 [0..1] ++++ Identificación <Id>
2.74 [1..1]{Or +++++ Persona jurídica <OrgId> 
 [0..1] ++++++ BIC o BEI <BICOrBEI> 11 
 [0..1] ++++++ Otra <Othr> 
 [1..1] +++++++ Identificación <Id> 35 
 [0..1] +++++++ Nombre del esquema <SchmeNm> 
 [1..1]{{Or ++++++++ Código <Cd> 4 
 [1..1]Or}} ++++++++ Propietario <Prtry> 35 
 [0..1] +++++++ Emisor <Issr> 35 
2.74 [1..1]Or} +++++ Persona física <PrvtId> 
 [0..1] ++++++ Fecha y lugar de nacimiento <DtAndPlcOfBirth> 
 [1..1] +++++++ Fecha de nacimiento <BirthDt> 8 
 [0..1] +++++++ Provincia de nacimiento <PrvcOfBirth> 35 
 [1..1] +++++++ Ciudad de nacimiento <CityOfBirth> 35 
 [1..1] +++++++ País de nacimiento <CtryOfBirth> 2 
 [0..1] ++++++ Otra <Othr> 
 [1..1] +++++++ Identificación <Id> 35
 [0..1] +++++++ Nombre del esquema <SchmeNm> 
 [1..1]{{Or ++++++++ Código <Cd> 4 
 [1..1] Or}} ++++++++ Propietario <Prtry> 35 
 [0..1] +++++++ Emisor <Issr> 35 
2.76 [0..1] +++ Propósito <Purp> 
2.77 [1..1] ++++ Código <Cd> 4 
2.79 [0..10] +++ Información regulatoria <RgltryRptg> 
 [1..1] ++++ Alcance de la información <DbtCdtRptgInd> 4 
 [1..1] ++++ Detalles <Dtls> 
 [1..1] +++++ Código <Cd> 3 
 [1..1] +++++ Importe <Amt> 21 
 [1..1] +++++ Información <Inf> 35 
2.88 [0..1] +++ Concepto <RmtInf> 
2.89 [1..1]{Or ++++ No estructurado <Ustrd> 140 
2.90 [1..1]Or} ++++ Estructurado <Strd> 
2.110 [1..1] +++++ Referencia facilitada por el acreedor <CdtrRefInf 
2.111 [1..1] ++++++ Tipo de referencia <Tp> 
2 112 [1..1] +++++++ Código o propietario <CdOrPrtry> 
2.113 [1..1] ++++++++ Código <Cd> 4 
2.115 [0..1] +++++++ Emisor <Issr> 35 
2.116 [1..1] ++++++ Referencia <Ref> 35 

Manuel Bailen

unread,
Jan 16, 2014, 10:46:47 AM1/16/14
to tryto...@googlegroups.com

Tomorrow, I'm going to generate a new xml file with all data required 

Cédric Krier

unread,
Jan 16, 2014, 11:36:39 AM1/16/14
to tryto...@googlegroups.com
On 16 Jan 07:35, Manuel Bailen wrote:
>
> >
> > this is part of norm 19.14, according to the norm the fields [1..1] are
> > required and the field <Id> is set by the bank.
> >
> the lines in red are the missing fields in my xml file.

Netiquette prevents sending HTML email to mailing list (additionaly, I
use mutt so I can not see the colors).

Manuel Bailen

unread,
Jan 17, 2014, 9:06:10 AM1/17/14
to tryto...@googlegroups.com
Hello again,

I managed to upload the file to my bank page, in my other comment y said that they missing  several fields but it's wrong. 
I just had to do these changes in these sentences:

- <Id>
  - <PrvtId>ES43000xxxxxxxxx</PrvtId>
  </Id>

For

- <Id>
  - <PrvtId>
    - <Othr>
        <Id>ES43000xxxxxxxxx</Id> 
      </Othr>
     </PrvtId>
  </Id>

According to a validation page of Sepa xml files. 

Two validation pages gave several errors, but I could upload the file with this change only.

Moreover, also I had problems in the form to create a new payment journal, It not accept the IBAN and I had to create it from the table in PgAdmin.

Cédric Krier

unread,
Jan 17, 2014, 10:32:28 AM1/17/14
to tryto...@googlegroups.com
On 17 Jan 06:06, Manuel Bailen wrote:
> Hello again,
>
> I managed to upload the file to my bank page, in my other comment y said
> that they missing several fields but it's wrong.
> I just had to do these changes in these sentences:
>
> - <Id>
> - <PrvtId>ES43000xxxxxxxxx</PrvtId>
> </Id>
>
> For
>
> - <Id>
> - <PrvtId>
> - <Othr>
> <Id>ES43000xxxxxxxxx</Id>
> </Othr>
> </PrvtId>
> </Id>
>
> According to a validation page of Sepa xml files.

Fixed.

> Moreover, also I had problems in the form to create a new payment journal,
> It not accept the IBAN and I had to create it from the table in PgAdmin.

I don't understand.

Manuel Bailen

unread,
Jan 17, 2014, 11:01:38 AM1/17/14
to tryto...@googlegroups.com
I´m sorry, tomorrow I will upload a screen shot.

Cédric Krier

unread,
Jan 17, 2014, 11:28:44 AM1/17/14
to tryto...@googlegroups.com
On 17 Jan 08:01, Manuel Bailen wrote:
> I´m sorry, tomorrow I will upload a screen shot.

Because you are doing top-posting, I don't understand what you say. To
which sentence are you answering?

Manuel Bailen

unread,
Jan 17, 2014, 12:20:13 PM1/17/14
to tryto...@googlegroups.com
I'm sorry, The problem with xml file is solved.

Thank you very much.


Reply all
Reply to author
Forward
0 new messages