POST api/OuterGateMultiPayment/CreateCartOrAddToCartBulletin
Crea un carrello o aggiunge un pagamento al carrello. Se il parametro uniqueCodeOfCart viene valorizzato, allora se esiste un carrello valido corrispondente al codice, non verrà creato un nuovo carrello ma verrà aggiunto il pagamento al carrello esistente
Request Information
URI Parameters
None.
Body Parameters
Modello di input per aggiungere un pagamento di tipo Bollettino alla prenotazione
OuterMultiPaymentBulletinModelInName | Description | Type | Additional information |
---|---|---|---|
CustomTags |
Lista dei CustomTag |
Collection of OuterBillerCustomTagModelIn |
None. |
MetaTags |
Lista dei MetaTag |
Collection of OuterBillerMetaTagModelIn |
None. |
PayeeCcp |
Numero di conto corrente del beneficiario |
long integer |
Required |
TypeBookingBulletin |
Tipologia di pagamento della prenotazione |
TypeBookingBulletin |
Required |
TransferAmount |
Importo della transazione |
decimal number |
Required Data type: Currency Matching regular expression pattern: ^[0-9]+([.,][0-9]{0,2})?$ Range: inclusive between 0,01 and 1E+15 |
Cause |
Causale.Se ci sono dei CUSTOM TAG, la CAUSALE LIBERA viene ignorata. Se NON ci sono dei CUSTOM TAG, la CAUSALE LIBERA se valorizzata viene inserita nella causale effettiva del bonifico, quindi è obbligatorio farla inserire al cliente per evitare problemi di riconciliazione con il Biller. I META TAG possono essere presenti sempre, sia quando ci sono i CUSTOM TAG che la CAUSALE LIBERA, non influiscono sulla causale custom o libera. |
string |
Matching regular expression pattern: ^[a-zA-Z0-9\-_?()+ ,;'=*$%@\.]*$ String length: inclusive between 0 and 60 |
BankPaymentSlipCode |
Codice del bollettino |
string |
None. |
CustomerSepafinId |
Id intestatario bollettino obbligatorio. E' FACOLTATIVO MA SE VIENE VALORIZZATO ALLORA NON SARA' NECESSARIO FORNIRE I CAMPI ANAGRAFICI DEL CLIENTE IN QUANTO TALI CAMPI VERRANNO IGNORATI |
integer |
None. |
CustomerAlternativeAddressId |
Id dell'indirizzo alternativo del cliente intestatario del bollettino |
integer |
None. |
CustomerLastNameOrBusinessName |
Cognome o ragione sociale del cliente OBBLIGATORIO PER TUTTI I BOLLETTINI A ECCEZIONE DEGLI 896 E SE VIENE FORNITO IL CAMPO 'CustomerSepafinId' |
string |
String length: inclusive between 0 and 35 |
CustomerName |
Nome del cliente |
string |
String length: inclusive between 0 and 35 |
CustomerAddress |
Indirizzo e numero civico della residenza o domicilio del cliente OBBLIGATORIO PER TUTTI I BOLLETTINI A ECCEZIONE DEGLI 896 E SE VIENE FORNITO IL CAMPO 'CustomerSepafinId' |
string |
String length: inclusive between 0 and 255 |
CustomerCap |
CAP della residenza o domicilio del cliente |
string |
Max length: 5 Min length: 5 |
CustomerCity |
Città della residenza o domicilio del cliente OBBLIGATORIO PER TUTTI I BOLLETTINI A ECCEZIONE DEGLI 896 E SE VIENE FORNITO IL CAMPO 'CustomerSepafinId' |
string |
String length: inclusive between 0 and 50 |
CustomerProvince |
Provincia della residenza o domicilio del cliente |
string |
Max length: 2 Min length: 2 |
CustomerTwoLetterISOLanguageName |
Nome ISO a due lettere della nazione (Italia = IT) della residenza o domicilio del cliente OBBLIGATORIO PER TUTTI I BOLLETTINI A ECCEZIONE DEGLI 896 E SE VIENE FORNITO IL CAMPO 'CustomerSepafinId' |
string |
String length: inclusive between 0 and 2 |
CustomerFiscalCode |
Il codice fiscale del cliente |
string |
Fiscal code validation String length: inclusive between 0 and 16 |
CustomerVatNumber |
La P.IVA del cliente (es. IT07783020725) |
string |
String length: inclusive between 0 and 13 Vat number validation: string start with TwoLetterISOLanguageName (ex. IT07783020725) |
CustomerPersonType |
Tipologia di persona (persona fisica "F", persona giuridica "G") OBBLIGATORIO PER TUTTI I BOLLETTINI A ECCEZIONE DEGLI 896 E SE VIENE FORNITO IL CAMPO 'CustomerSepafinId' |
string |
Matching regular expression pattern: F|G String length: inclusive between 0 and 1 |
ForceDuplicates |
Se Passato true in caso di pagamento di bollettini duplicati non sarà possibile effettuare lo storno del pagamento |
boolean |
None. |
CustomData1 | string |
None. |
|
CustomData2 | string |
None. |
|
CustomData3 | string |
None. |
|
UniqueCodeOfCart |
Codice univo della prenotazione. Per aggiungere un pagamento a un carrello esistente bisogna valorizzare per forza questo campo, caso contrario verrà creato un nuovo carrello. |
string |
None. |
CreatedByIpAddress |
Indirizzo IP di chi sta effettuando la richiesta |
string |
Required Matching regular expression pattern: \b\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\b |
Request Formats
application/json, text/json
{ "CustomTags": [ { "TagLabel": "sample string 1", "Value": "sample string 2" }, { "TagLabel": "sample string 1", "Value": "sample string 2" } ], "MetaTags": [ { "TagLabel": "sample string 1", "Value": "sample string 2" }, { "TagLabel": "sample string 1", "Value": "sample string 2" } ], "PayeeCcp": 1, "TypeBookingBulletin": 50, "TransferAmount": 1.0, "Cause": "sample string 2", "BankPaymentSlipCode": "sample string 3", "CustomerSepafinId": 1, "CustomerAlternativeAddressId": 1, "CustomerLastNameOrBusinessName": "sample string 4", "CustomerName": "sample string 5", "CustomerAddress": "sample string 6", "CustomerCap": "sample string 7", "CustomerCity": "sample string 8", "CustomerProvince": "sample string 9", "CustomerTwoLetterISOLanguageName": "sample string 10", "CustomerFiscalCode": "sample string 11", "CustomerVatNumber": "sample string 12", "CustomerPersonType": "sample string 13", "ForceDuplicates": true, "CustomData1": "sample string 15", "CustomData2": "sample string 16", "CustomData3": "sample string 17", "UniqueCodeOfCart": "sample string 18", "CreatedByIpAddress": "sample string 19" }
application/xml, text/xml
<OuterMultiPaymentBulletinModelIn xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.MultiPayment.Bulletin"> <CreatedByIpAddress xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">sample string 19</CreatedByIpAddress> <TypeBookingBulletin i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking" /> <TypesOfBulletin xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">Mav</TypesOfBulletin> <UniqueCodeOfCart xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">sample string 18</UniqueCodeOfCart> <BankPaymentSlipCode>sample string 3</BankPaymentSlipCode> <Cause>sample string 2</Cause> <CustomData1>sample string 15</CustomData1> <CustomData2>sample string 16</CustomData2> <CustomData3>sample string 17</CustomData3> <CustomTags xmlns:d2p1="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels"> <d2p1:OuterBillerCustomTagModelIn> <d2p1:TagLabel>sample string 1</d2p1:TagLabel> <d2p1:TagRegEx>sample string 3</d2p1:TagRegEx> <d2p1:Value>sample string 2</d2p1:Value> </d2p1:OuterBillerCustomTagModelIn> <d2p1:OuterBillerCustomTagModelIn> <d2p1:TagLabel>sample string 1</d2p1:TagLabel> <d2p1:TagRegEx>sample string 3</d2p1:TagRegEx> <d2p1:Value>sample string 2</d2p1:Value> </d2p1:OuterBillerCustomTagModelIn> </CustomTags> <CustomerAddress>sample string 6</CustomerAddress> <CustomerAlternativeAddressId>1</CustomerAlternativeAddressId> <CustomerCap>sample string 7</CustomerCap> <CustomerCity>sample string 8</CustomerCity> <CustomerFiscalCode>sample string 11</CustomerFiscalCode> <CustomerLastNameOrBusinessName>sample string 4</CustomerLastNameOrBusinessName> <CustomerName>sample string 5</CustomerName> <CustomerPersonType>sample string 13</CustomerPersonType> <CustomerProvince>sample string 9</CustomerProvince> <CustomerSepafinId>1</CustomerSepafinId> <CustomerTwoLetterISOLanguageName>sample string 10</CustomerTwoLetterISOLanguageName> <CustomerVatNumber>sample string 12</CustomerVatNumber> <ForceDuplicates>true</ForceDuplicates> <MetaTags xmlns:d2p1="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels"> <d2p1:OuterBillerMetaTagModelIn> <d2p1:TagLabel>sample string 1</d2p1:TagLabel> <d2p1:Value>sample string 2</d2p1:Value> </d2p1:OuterBillerMetaTagModelIn> <d2p1:OuterBillerMetaTagModelIn> <d2p1:TagLabel>sample string 1</d2p1:TagLabel> <d2p1:Value>sample string 2</d2p1:Value> </d2p1:OuterBillerMetaTagModelIn> </MetaTags> <PayeeCcp>1</PayeeCcp> <TransferAmount>1</TransferAmount> <TypeBookingBulletin>PagoPa</TypeBookingBulletin> </OuterMultiPaymentBulletinModelIn>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
OuterMultiPaymentCartModelOutName | Description | Type | Additional information |
---|---|---|---|
BulletinPayments |
Lista dei pagamenti di tipo bollettino inseriti nel carrello |
Collection of IOuterMultiPayments |
None. |
TotalFeesOfPayments |
Importo totale delle commissioni al cliente di tutti i pagamenti presenti in questo carrello |
decimal number |
None. |
TotalGrossOfPayments |
Importo totale lordo dei pagamenti più le commissioni al cliente di tutti i pagamenti presenti in questo carrello |
decimal number |
None. |
TotalFeesOfPaymentsToPay |
Importo totale delle commissioni al cliente dei pagamenti ancora da pagare presenti in questo carrello |
decimal number |
None. |
TotalGrossOfPaymentsToPay |
Importo totale lordo dei pagamenti più le commissioni al cliente dei pagamenti ancora da pagare presenti in questo carrello |
decimal number |
None. |
UniqueCodeOfCart |
Codice univo della prenotazione |
string |
None. |
BookingCartState |
Enumerativo dello stato della prenotazione |
EnumBookingCartState |
None. |
BookingCartStateValue |
Valore dell'enumerativo dello stato della prenotazione |
string |
None. |
CreatedOnDate |
Data di creazione |
date time |
None. |
TotalPayments |
Numero totale di tutti i pagamenti presenti in questo carrello |
integer |
None. |
TotalAmountOfPayments |
Importo totale di tutti i pagamenti presenti in questo carrello |
decimal number |
None. |
TotalPaymentsPaid |
Numero totale dei pagamenti prenotati già pagati presenti in questo carrello |
integer |
None. |
TotalPaymentsToPay |
Numero totale dei pagamenti prenotati ancora da pagare presenti in questo carrello |
integer |
None. |
TotalAmountOfPaymentsToPay |
Importo totale dei pagamenti prenotati ancora da pagare presenti in questo carrello |
decimal number |
None. |
TotalPaymentsExpired |
Numero totale dei pagamenti prenotati che sono scaduti e non è più possibile pagare presenti in questo carrello |
integer |
None. |
Response Formats
application/json, text/json
{ "BulletinPayments": null, "TotalFeesOfPayments": 1.0, "TotalGrossOfPayments": 7.0, "TotalFeesOfPaymentsToPay": 2.0, "TotalGrossOfPaymentsToPay": 11.0, "UniqueCodeOfCart": "sample string 3", "BookingCartState": 0, "BookingCartStateValue": "Booked", "CreatedOnDate": "2025-05-14T03:44:53.6248826+02:00", "TotalPayments": 5, "TotalAmountOfPayments": 6.0, "TotalPaymentsPaid": 7, "TotalPaymentsToPay": 8, "TotalAmountOfPaymentsToPay": 9.0, "TotalPaymentsExpired": 10 }
application/xml, text/xml
<OuterMultiPaymentCartModelOut xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.MultiPayment"> <BookingCartState xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">Booked</BookingCartState> <CreatedOnDate xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">2025-05-14T03:44:53.6248826+02:00</CreatedOnDate> <TotalAmountOfPayments xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">6</TotalAmountOfPayments> <TotalAmountOfPaymentsToPay xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">9</TotalAmountOfPaymentsToPay> <TotalPayments xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">5</TotalPayments> <TotalPaymentsExpired xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">10</TotalPaymentsExpired> <TotalPaymentsPaid xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">7</TotalPaymentsPaid> <TotalPaymentsToPay xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">8</TotalPaymentsToPay> <UniqueCodeOfCart xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">sample string 3</UniqueCodeOfCart> <BulletinPayments xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" /> <MavPayments xmlns:d2p1="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.MultiPayment.Mav"> <d2p1:OuterMultiPaymentMavModelOut> <Amount xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">6</Amount> <BookingPaymentId xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">3</BookingPaymentId> <Cause xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">sample string 8</Cause> <CheckVerificationDeptPositionId xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">2</CheckVerificationDeptPositionId> <Creditor xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">sample string 21</Creditor> <CustomerAddress xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">sample string 12</CustomerAddress> <CustomerCity xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">sample string 13</CustomerCity> <CustomerCountry xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">sample string 15</CustomerCountry> <CustomerExecutorId xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">1</CustomerExecutorId> <CustomerExecutorLastNameOrBusinessName xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">sample string 17</CustomerExecutorLastNameOrBusinessName> <CustomerExecutorName xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">sample string 18</CustomerExecutorName> <CustomerId xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">1</CustomerId> <CustomerLastNameOrBusinessName xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">sample string 10</CustomerLastNameOrBusinessName> <CustomerName xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">sample string 11</CustomerName> <CustomerProvince xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">sample string 14</CustomerProvince> <CustomerZipCode xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">sample string 16</CustomerZipCode> <DateOfBooking xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">2025-05-14T03:44:53.6248826+02:00</DateOfBooking> <FeesAmount xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">20</FeesAmount> <LicensePlate xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">sample string 23</LicensePlate> <NoticeNumber xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">sample string 22</NoticeNumber> <PayableOnlyWithPos xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">true</PayableOnlyWithPos> <PaymentDate xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">2025-05-14T03:44:53.6248826+02:00</PaymentDate> <PaymentReason xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">sample string 9</PaymentReason> <PaymentState xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">Booked</PaymentState> <PaymentStateValue xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">sample string 4</PaymentStateValue> <TransferAmount xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">5</TransferAmount> <TypeBookingBulletin xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">PagoPa</TypeBookingBulletin> <d2p1:FeesAmount>1</d2p1:FeesAmount> <d2p1:MavCode>sample string 1</d2p1:MavCode> </d2p1:OuterMultiPaymentMavModelOut> <d2p1:OuterMultiPaymentMavModelOut> <Amount xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">6</Amount> <BookingPaymentId xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">3</BookingPaymentId> <Cause xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">sample string 8</Cause> <CheckVerificationDeptPositionId xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">2</CheckVerificationDeptPositionId> <Creditor xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">sample string 21</Creditor> <CustomerAddress xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">sample string 12</CustomerAddress> <CustomerCity xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">sample string 13</CustomerCity> <CustomerCountry xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">sample string 15</CustomerCountry> <CustomerExecutorId xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">1</CustomerExecutorId> <CustomerExecutorLastNameOrBusinessName xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">sample string 17</CustomerExecutorLastNameOrBusinessName> <CustomerExecutorName xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">sample string 18</CustomerExecutorName> <CustomerId xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">1</CustomerId> <CustomerLastNameOrBusinessName xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">sample string 10</CustomerLastNameOrBusinessName> <CustomerName xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">sample string 11</CustomerName> <CustomerProvince xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">sample string 14</CustomerProvince> <CustomerZipCode xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">sample string 16</CustomerZipCode> <DateOfBooking xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">2025-05-14T03:44:53.6248826+02:00</DateOfBooking> <FeesAmount xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">20</FeesAmount> <LicensePlate xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">sample string 23</LicensePlate> <NoticeNumber xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">sample string 22</NoticeNumber> <PayableOnlyWithPos xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">true</PayableOnlyWithPos> <PaymentDate xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">2025-05-14T03:44:53.6248826+02:00</PaymentDate> <PaymentReason xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">sample string 9</PaymentReason> <PaymentState xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">Booked</PaymentState> <PaymentStateValue xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">sample string 4</PaymentStateValue> <TransferAmount xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">5</TransferAmount> <TypeBookingBulletin xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">PagoPa</TypeBookingBulletin> <d2p1:FeesAmount>1</d2p1:FeesAmount> <d2p1:MavCode>sample string 1</d2p1:MavCode> </d2p1:OuterMultiPaymentMavModelOut> </MavPayments> <RavPayments xmlns:d2p1="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.MultiPayment.Rav"> <d2p1:OuterMultiPaymentRavModelOut> <Amount xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">6</Amount> <BookingPaymentId xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">3</BookingPaymentId> <Cause xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">sample string 8</Cause> <CheckVerificationDeptPositionId xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">2</CheckVerificationDeptPositionId> <Creditor xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">sample string 21</Creditor> <CustomerAddress xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">sample string 12</CustomerAddress> <CustomerCity xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">sample string 13</CustomerCity> <CustomerCountry xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">sample string 15</CustomerCountry> <CustomerExecutorId xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">1</CustomerExecutorId> <CustomerExecutorLastNameOrBusinessName xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">sample string 17</CustomerExecutorLastNameOrBusinessName> <CustomerExecutorName xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">sample string 18</CustomerExecutorName> <CustomerId xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">1</CustomerId> <CustomerLastNameOrBusinessName xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">sample string 10</CustomerLastNameOrBusinessName> <CustomerName xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">sample string 11</CustomerName> <CustomerProvince xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">sample string 14</CustomerProvince> <CustomerZipCode xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">sample string 16</CustomerZipCode> <DateOfBooking xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">2025-05-14T03:44:53.6248826+02:00</DateOfBooking> <FeesAmount xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">20</FeesAmount> <LicensePlate xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">sample string 23</LicensePlate> <NoticeNumber xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">sample string 22</NoticeNumber> <PayableOnlyWithPos xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">true</PayableOnlyWithPos> <PaymentDate xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">2025-05-14T03:44:53.6248826+02:00</PaymentDate> <PaymentReason xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">sample string 9</PaymentReason> <PaymentState xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">Booked</PaymentState> <PaymentStateValue xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">sample string 4</PaymentStateValue> <TransferAmount xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">5</TransferAmount> <TypeBookingBulletin xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">PagoPa</TypeBookingBulletin> <d2p1:FeesAmount>1</d2p1:FeesAmount> <d2p1:RavCode>sample string 1</d2p1:RavCode> </d2p1:OuterMultiPaymentRavModelOut> <d2p1:OuterMultiPaymentRavModelOut> <Amount xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">6</Amount> <BookingPaymentId xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">3</BookingPaymentId> <Cause xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">sample string 8</Cause> <CheckVerificationDeptPositionId xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">2</CheckVerificationDeptPositionId> <Creditor xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">sample string 21</Creditor> <CustomerAddress xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">sample string 12</CustomerAddress> <CustomerCity xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">sample string 13</CustomerCity> <CustomerCountry xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">sample string 15</CustomerCountry> <CustomerExecutorId xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">1</CustomerExecutorId> <CustomerExecutorLastNameOrBusinessName xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">sample string 17</CustomerExecutorLastNameOrBusinessName> <CustomerExecutorName xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">sample string 18</CustomerExecutorName> <CustomerId xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">1</CustomerId> <CustomerLastNameOrBusinessName xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">sample string 10</CustomerLastNameOrBusinessName> <CustomerName xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">sample string 11</CustomerName> <CustomerProvince xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">sample string 14</CustomerProvince> <CustomerZipCode xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">sample string 16</CustomerZipCode> <DateOfBooking xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">2025-05-14T03:44:53.6248826+02:00</DateOfBooking> <FeesAmount xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">20</FeesAmount> <LicensePlate xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">sample string 23</LicensePlate> <NoticeNumber xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">sample string 22</NoticeNumber> <PayableOnlyWithPos xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">true</PayableOnlyWithPos> <PaymentDate xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">2025-05-14T03:44:53.6248826+02:00</PaymentDate> <PaymentReason xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">sample string 9</PaymentReason> <PaymentState xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">Booked</PaymentState> <PaymentStateValue xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">sample string 4</PaymentStateValue> <TransferAmount xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">5</TransferAmount> <TypeBookingBulletin xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.Booking">PagoPa</TypeBookingBulletin> <d2p1:FeesAmount>1</d2p1:FeesAmount> <d2p1:RavCode>sample string 1</d2p1:RavCode> </d2p1:OuterMultiPaymentRavModelOut> </RavPayments> <TotalFeesOfPayments>1</TotalFeesOfPayments> <TotalFeesOfPaymentsToPay>2</TotalFeesOfPaymentsToPay> </OuterMultiPaymentCartModelOut>