POST IdentityTransferOrder

Request Information

URI Parameters

None.

Body Parameters

IdentityTransferOrderRequest
NameDescriptionTypeAdditional information
FiscalCode

string

Fiscal code validation

TransferAmount

decimal number

None.

TransferExecutionDate

date time

None.

PaymentReason

string

None.

TransferOrderType

TransferOrderType

None.

Request Formats

application/json, text/json

Sample:
{
  "FiscalCode": "sample string 1",
  "TransferAmount": 2.0,
  "TransferExecutionDate": "2025-05-14T04:19:52.3577894+02:00",
  "PaymentReason": "sample string 4",
  "TransferOrderType": 1
}

application/xml, text/xml

Sample:
<IdentityTransferOrderRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.IdentityTransferOrder">
  <FiscalCode>sample string 1</FiscalCode>
  <PaymentReason>sample string 4</PaymentReason>
  <TransferAmount>2</TransferAmount>
  <TransferExecutionDate>2025-05-14T04:19:52.3577894+02:00</TransferExecutionDate>
  <TransferOrderType>BankBullettin</TransferOrderType>
</IdentityTransferOrderRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

OuterTransferOrderOut
NameDescriptionTypeAdditional information
IdTransferOrder

Id della disposizione di bonifico

integer

None.

CRO

string

None.

PayerCoordinates

Codice Iban del dell'ordinante

string

Max length: 35

PaymentReason

Causale del pagamento

string

Required

Max length: 140

PayeeBank

Banca del beneficiario formato Swift o Coordinate bancarie https://it.wikipedia.org/wiki/Coordinate_bancarie#Codice_BIC_.28o_SWIFT.29

string

Required

Matching regular expression pattern: ^([a-zA-z0-9]{8})$|^([a-zA-z0-9]{11})$

PayeeCountry

Nazione del beneficiario

string

Required

Matching regular expression pattern: ^[a-zA-z]{2}$

PayeeIban

Codice Iban del beneficiario

string

Required

Max length: 35

PayeeName

Nome del beneficiario

string

Required

Max length: 70

PayeeAddress

Indirizzo del beneficiario

string

Required

Max length: 70

PayeeCap

CAP del beneficiario

string

Required

Max length: 16

PayeeCityAndProvince

Comune e provincia del beneficiario

string

Required

Max length: 35

PayerRegistryEffective

Anagrafica ordinante effettivo

string

Required

Max length: 70

PayerAddressEffective

Indirizzo dell'ordinante effettivo

string

Required

Max length: 70

PayerCityAndProvinceEffective

Comune e provincia del dell'ordinante effettivo

string

Required

Max length: 35

PayerCapEffective

CAP del dell'ordinante effettivo

string

Required

Max length: 16

PayerNationEffective

Nazione del dell'ordinante effettivo

string

Required

Matching regular expression pattern: ^[a-zA-z]{2}$

CreatedByIpAddress

Indirizzo IP di chi sta effettuando la richiesta OBBLIGATORIO

string

Required

Matching regular expression pattern: \b\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\b

TransferOrderType

Indica il tipo di operazione

TransferOrderType

None.

TransferExecutionDate

Data esecuzione bonifico OBBLIGATORIO

date time

Required

TransferAmount

Importo del bonifico

decimal number

Required

Matching regular expression pattern: ^\d+(\,\d{1,2})?$

Range: inclusive between 0 and 1E+15

Response Formats

application/json, text/json

Sample:
{
  "IdTransferOrder": 1,
  "CRO": "sample string 2",
  "PayerCoordinates": "sample string 3",
  "PaymentReason": "sample string 4",
  "PayeeBank": "sample string 5",
  "PayeeCountry": "sample string 6",
  "PayeeIban": "sample string 7",
  "PayeeName": "sample string 8",
  "PayeeAddress": "sample string 9",
  "PayeeCap": "sample string 10",
  "PayeeCityAndProvince": "sample string 11",
  "PayerRegistryEffective": "sample string 12",
  "PayerAddressEffective": "sample string 13",
  "PayerCityAndProvinceEffective": "sample string 14",
  "PayerCapEffective": "sample string 15",
  "PayerNationEffective": "sample string 16",
  "CreatedByIpAddress": "sample string 17",
  "TransferOrderType": 1,
  "TransferExecutionDate": "2025-05-14T04:19:52.3734193+02:00",
  "TransferAmount": 19.0
}

application/xml, text/xml

Sample:
<OuterTransferOrderOut xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.OuterModels.TransferOrder">
  <CreatedByIpAddress>sample string 17</CreatedByIpAddress>
  <TransferAmount>19</TransferAmount>
  <TransferExecutionDate>2025-05-14T04:19:52.3734193+02:00</TransferExecutionDate>
  <TransferOrderType>BankBullettin</TransferOrderType>
  <PayeeAddress>sample string 9</PayeeAddress>
  <PayeeBank>sample string 5</PayeeBank>
  <PayeeCap>sample string 10</PayeeCap>
  <PayeeCityAndProvince>sample string 11</PayeeCityAndProvince>
  <PayeeCountry>sample string 6</PayeeCountry>
  <PayeeIban>sample string 7</PayeeIban>
  <PayeeName>sample string 8</PayeeName>
  <PayerAddressEffective>sample string 13</PayerAddressEffective>
  <PayerCapEffective>sample string 15</PayerCapEffective>
  <PayerCityAndProvinceEffective>sample string 14</PayerCityAndProvinceEffective>
  <PayerCoordinates>sample string 3</PayerCoordinates>
  <PayerNationEffective>sample string 16</PayerNationEffective>
  <PayerRegistryEffective>sample string 12</PayerRegistryEffective>
  <PaymentReason>sample string 4</PaymentReason>
  <CRO>sample string 2</CRO>
  <IdTransferOrder>1</IdTransferOrder>
</OuterTransferOrderOut>