VIBAN Notification

Virtual IBAN Status Notification

There is no request endpoint for this service as it is triggered by other events

Response message

Service is used to send information to customers about Virtual IBAN status changes or any other updates that are triggered not by customer directly, but some updated on the Bank side - for example when account with screening match is activated (status changes from ON_HOLD to ACTIVE).

Response message is created and can be requested by one the Messages services - Messages Services

HTTP Header Message-Response-Type: VIBAN_STATUS_NOTIFICATION

Body

XML structure description:

Samples

<?xml version="1.0" encoding="UTF-8"?>
<VibanStatusNotification>
  <ClientReference>12345678</ClientReference>
  <MasterAccount>EE837700771001625166</MasterAccount>
  <VirtualIBAN>EE717777000200014007</VirtualIBAN>
  <User>
  	<Person>
  	  <Name>Donald Duck</Name>
  	  <BirthDate>1908-11-29</BirthDate>
  	  <BirthCountry>DE</BirthCountry>
  	  <Residency>DE</Residency>
  	  <DocumentNumber>A942819</DocumentNumber>
  	</Person>
  	<Address>
  		<Country>EE</Country>
  		<StreetNo>Majaka 47-10</StreetNo>
  		<CityCounty>Xiao, Neverland</CityCounty>
  	</Address>
  </User>
  <Status>ACTIVE</Status>
  <!--Optional:-->
  <DateActivated>2018-01-01+02:00</DateActivated>
  <!--Optional:-->
  <DateClosed>2018-05-22+03:00</DateClosed>
</VibanStatusNotification>

Last updated