IcelandicOnlineBankingClaimsService


Click here for a complete list of operations.

AlterClaim

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /IcelandicOnlineBankingClaimsService HTTP/1.1
Host: netbanki-iobscanary.kvika.is
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://IcelandicOnlineBanking/2005/12/01/AlterClaim"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <AlterClaim xmlns="http://IcelandicOnlineBanking/2005/12/01/Claims">
      <claim>
        <Key xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">
          <ClaimantID>string</ClaimantID>
          <Account>string</Account>
          <DueDate>date</DueDate>
        </Key>
        <PayorID xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">string</PayorID>
        <CancellationDate xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">date</CancellationDate>
        <Identifier xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">string</Identifier>
        <Amount xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">decimal</Amount>
        <Reference xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">string</Reference>
        <FinalDueDate xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">date</FinalDueDate>
        <BillNumber xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">string</BillNumber>
        <CustomerNumber xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">string</CustomerNumber>
        <NoticeAndPaymentFee xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">
          <Printing>decimal</Printing>
          <Paperless>decimal</Paperless>
        </NoticeAndPaymentFee>
        <DefaultCharge ReferenceDate="DueDate or FinalDueDate" xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">
          <First Days="int" />
          <Second Days="int" />
        </DefaultCharge>
        <OtherCosts xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">decimal</OtherCosts>
        <OtherDefaultCosts xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">decimal</OtherDefaultCosts>
        <DefaultInterest xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">
          <Rule>NoDefaultInterest or DefaultInterestAmount or DefaultInterestAmountAndDefaultCharge</Rule>
          <Percentage4>decimal</Percentage4>
          <SpecialCode>string</SpecialCode>
        </DefaultInterest>
        <CurrencyInformation xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">
          <ReferenceRate>ExchangeRate or NoteRate or CentralBankMidRate or CentralBankStatutoryRate</ReferenceRate>
          <Currency>string</Currency>
          <PaymentRate>DueDateRate or PaymentDateRate</PaymentRate>
        </CurrencyInformation>
        <PermitOutOfSequencePayment xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">boolean</PermitOutOfSequencePayment>
        <Discount IsPostRefDate="boolean" xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes" />
        <IsPartialPaymentAllowed xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">boolean</IsPartialPaymentAllowed>
        <BillPresentmentSystem xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">
          <Type>string</Type>
          <Parameters>string</Parameters>
        </BillPresentmentSystem>
        <Printing xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">
          <ClaimantAddress>
            <Name xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">string</Name>
            <AddressLine1 xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">string</AddressLine1>
            <AddressLine2 xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">string</AddressLine2>
            <PostCodeNumber xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">string</PostCodeNumber>
            <City xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">string</City>
            <Region xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">string</Region>
            <Country xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">string</Country>
          </ClaimantAddress>
          <PayorAddress>
            <Name xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">string</Name>
            <AddressLine1 xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">string</AddressLine1>
            <AddressLine2 xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">string</AddressLine2>
            <PostCodeNumber xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">string</PostCodeNumber>
            <City xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">string</City>
            <Region xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">string</Region>
            <Country xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">string</Country>
          </PayorAddress>
          <ItemRows>
            <Text>string</Text>
            <Amount>decimal</Amount>
          </ItemRows>
          <ItemRows>
            <Text>string</Text>
            <Amount>decimal</Amount>
          </ItemRows>
          <Comments>string</Comments>
          <Comments>string</Comments>
        </Printing>
      </claim>
    </AlterClaim>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <AlterClaimResponse xmlns="http://IcelandicOnlineBanking/2005/12/01/Claims">
      <AlterClaimResult>
        <ID xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">string</ID>
        <Status xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">InProgress or Completed or CompletedWithErrors or NotConfirmed</Status>
        <Success xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">
          <Key>
            <ClaimantID>string</ClaimantID>
            <Account>string</Account>
            <DueDate>date</DueDate>
          </Key>
          <Print>NoInformation or Print or DirectPaymentClaim or InternetBankingClaim</Print>
        </Success>
        <Success xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">
          <Key>
            <ClaimantID>string</ClaimantID>
            <Account>string</Account>
            <DueDate>date</DueDate>
          </Key>
          <Print>NoInformation or Print or DirectPaymentClaim or InternetBankingClaim</Print>
        </Success>
        <Errors xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">
          <Key>
            <ClaimantID>string</ClaimantID>
            <Account>string</Account>
            <DueDate>date</DueDate>
          </Key>
          <Error>
            <Code xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">string</Code>
            <Message xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">string</Message>
          </Error>
        </Errors>
        <Errors xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">
          <Key>
            <ClaimantID>string</ClaimantID>
            <Account>string</Account>
            <DueDate>date</DueDate>
          </Key>
          <Error>
            <Code xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">string</Code>
            <Message xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">string</Message>
          </Error>
        </Errors>
      </AlterClaimResult>
    </AlterClaimResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /IcelandicOnlineBankingClaimsService HTTP/1.1
Host: netbanki-iobscanary.kvika.is
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <AlterClaim xmlns="http://IcelandicOnlineBanking/2005/12/01/Claims">
      <claim>
        <Key xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">
          <ClaimantID>string</ClaimantID>
          <Account>string</Account>
          <DueDate>date</DueDate>
        </Key>
        <PayorID xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">string</PayorID>
        <CancellationDate xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">date</CancellationDate>
        <Identifier xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">string</Identifier>
        <Amount xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">decimal</Amount>
        <Reference xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">string</Reference>
        <FinalDueDate xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">date</FinalDueDate>
        <BillNumber xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">string</BillNumber>
        <CustomerNumber xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">string</CustomerNumber>
        <NoticeAndPaymentFee xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">
          <Printing>decimal</Printing>
          <Paperless>decimal</Paperless>
        </NoticeAndPaymentFee>
        <DefaultCharge ReferenceDate="DueDate or FinalDueDate" xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">
          <First Days="int" />
          <Second Days="int" />
        </DefaultCharge>
        <OtherCosts xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">decimal</OtherCosts>
        <OtherDefaultCosts xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">decimal</OtherDefaultCosts>
        <DefaultInterest xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">
          <Rule>NoDefaultInterest or DefaultInterestAmount or DefaultInterestAmountAndDefaultCharge</Rule>
          <Percentage4>decimal</Percentage4>
          <SpecialCode>string</SpecialCode>
        </DefaultInterest>
        <CurrencyInformation xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">
          <ReferenceRate>ExchangeRate or NoteRate or CentralBankMidRate or CentralBankStatutoryRate</ReferenceRate>
          <Currency>string</Currency>
          <PaymentRate>DueDateRate or PaymentDateRate</PaymentRate>
        </CurrencyInformation>
        <PermitOutOfSequencePayment xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">boolean</PermitOutOfSequencePayment>
        <Discount IsPostRefDate="boolean" xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes" />
        <IsPartialPaymentAllowed xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">boolean</IsPartialPaymentAllowed>
        <BillPresentmentSystem xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">
          <Type>string</Type>
          <Parameters>string</Parameters>
        </BillPresentmentSystem>
        <Printing xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">
          <ClaimantAddress>
            <Name xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">string</Name>
            <AddressLine1 xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">string</AddressLine1>
            <AddressLine2 xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">string</AddressLine2>
            <PostCodeNumber xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">string</PostCodeNumber>
            <City xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">string</City>
            <Region xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">string</Region>
            <Country xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">string</Country>
          </ClaimantAddress>
          <PayorAddress>
            <Name xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">string</Name>
            <AddressLine1 xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">string</AddressLine1>
            <AddressLine2 xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">string</AddressLine2>
            <PostCodeNumber xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">string</PostCodeNumber>
            <City xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">string</City>
            <Region xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">string</Region>
            <Country xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">string</Country>
          </PayorAddress>
          <ItemRows>
            <Text>string</Text>
            <Amount>decimal</Amount>
          </ItemRows>
          <ItemRows>
            <Text>string</Text>
            <Amount>decimal</Amount>
          </ItemRows>
          <Comments>string</Comments>
          <Comments>string</Comments>
        </Printing>
      </claim>
    </AlterClaim>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <AlterClaimResponse xmlns="http://IcelandicOnlineBanking/2005/12/01/Claims">
      <AlterClaimResult>
        <ID xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">string</ID>
        <Status xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">InProgress or Completed or CompletedWithErrors or NotConfirmed</Status>
        <Success xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">
          <Key>
            <ClaimantID>string</ClaimantID>
            <Account>string</Account>
            <DueDate>date</DueDate>
          </Key>
          <Print>NoInformation or Print or DirectPaymentClaim or InternetBankingClaim</Print>
        </Success>
        <Success xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">
          <Key>
            <ClaimantID>string</ClaimantID>
            <Account>string</Account>
            <DueDate>date</DueDate>
          </Key>
          <Print>NoInformation or Print or DirectPaymentClaim or InternetBankingClaim</Print>
        </Success>
        <Errors xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">
          <Key>
            <ClaimantID>string</ClaimantID>
            <Account>string</Account>
            <DueDate>date</DueDate>
          </Key>
          <Error>
            <Code xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">string</Code>
            <Message xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">string</Message>
          </Error>
        </Errors>
        <Errors xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">
          <Key>
            <ClaimantID>string</ClaimantID>
            <Account>string</Account>
            <DueDate>date</DueDate>
          </Key>
          <Error>
            <Code xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">string</Code>
            <Message xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">string</Message>
          </Error>
        </Errors>
      </AlterClaimResult>
    </AlterClaimResponse>
  </soap12:Body>
</soap12:Envelope>