H3K order type

You can use the H3K order type to share the public certificates for Electronic Signature, identification and authentication, and encryption with the bank.

Access

Mailbox

Description

H3K is an upload key management order type. H3K is used to transmit user public certificates for Electronic Signature, identification and authentication, and encryption to enable the user to initiate transactions with the bank.

Parameters

Table 1. H3K 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. The H3K order type can be submitted by a technical user who is a delegate of the non-techncial or human user. Hence, the value of the UserID is the same as the value of the SystemID.
SecurityMedium A 4-digit security number in the 0000 to 0499 range.
OrderType The order type of the order you are submitting. In this case, H3K is the order type.

XML schema

<?xml version="1.0" encoding="UTF-8"?>
<orderMetaData xmlns:ns2="partnerInfo">
  <HostID>SUBNKPK12</HostID>
  <HostUrlAlias>SUBNKPK12_URL_ALIAS</HostUrlAlias>
  <PartnerID>SUPKID</PartnerID>
  <UserID>TECHUSER</UserID>
  <SystemID>TECHUSER</SystemID>
  <SecurityMedium>0200</SecurityMedium>
  <OrderType>H3K</OrderType>
</orderMetaData>