HEV order type

Using the HEV order type, the user can download the EBICS versions supported by the bank.

Access

Mailbox

Description

HEV is a download key management order type. By submitting an HEV request, the user requests the bank to provide a list of EBICS versions supported by the bank. The bank provides a response that contains a list of supported EBICS versions and the version of the relevant schema.

Parameters

Table 1. HEV parameters
Parameter Description and value
HostID The bank ID or the host ID of the bank to which the EBICS Client user submitted the order. It is a unique ID for the bank in the bank's system.
HostUrlAlias When configuring a bank profile, you can specify multiple host URLs and set one host URL as the default. If you want to send a request to a host URL that is not the default URL, then, specify a value for this parameter.
PartnerID The partner ID associated with the user ID.
UserID Unique ID of the user in the bank's system, which corresponds to the user created in the EBICS Client dashboard.
SystemID User ID of the technical user. A technical user is a delegate of the non-technical or human user.
OrderType The order type of the order you are submitting. In this case, HEV is the order type.

XML schema

<?xml version="1.0" encoding="UTF-8"?>
<orderMetaData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:noNamespaceSchemaLocation="new_omd.xsd">
  <HostID>BNKLCMC1</HostID>
  <HostUrlAlias>BNKLCMC1_URL_ALIAS</HostUrlAlias>
  <PartnerID>PH2LCMC1</PartnerID>
  <UserID>USERPK12</UserID>
  <SystemID>UH2LCMC1</SystemID>
  <OrderType>HEV</OrderType>
</orderMetaData>