POST InKassoClaims/AlterClaim

DoPayment same as in the IOBS InKasso SCHEMA

Request Information

URI Parameters

None.

Body Parameters

NameDescriptionTypeAdditional information
Request

The request object that is sent to the InKasso or Debitum api. Can have diffrent structure depending on context. Please see property documentation.

or

None.

WebservicePath

Binded from Form values in body. Service path

string

Required

Username

Binded from Form values in body. Service username

string

Required

Password

Binded from Form values in body. Service password

string

Required

Request Formats

application/xml, text/xml

Sample:
<ClaimModel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <WebservicePath>sample string 2</WebservicePath>
  <Username>sample string 3</Username>
  <Password>sample string 4</Password>
  <Request>
    <Key xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">
      <ClaimantID>sample string 1</ClaimantID>
      <Account>sample string 2</Account>
      <DueDate>2024-04-29</DueDate>
    </Key>
    <PayorID xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">sample string 1</PayorID>
    <CancellationDate xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">2024-04-29</CancellationDate>
    <Identifier xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">sample string 3</Identifier>
    <Amount xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">4</Amount>
    <Reference xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">sample string 5</Reference>
    <FinalDueDate xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">2024-04-29</FinalDueDate>
    <BillNumber xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">sample string 7</BillNumber>
    <CustomerNumber xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">sample string 8</CustomerNumber>
    <NoticeAndPaymentFee xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">
      <Printing>1</Printing>
      <Paperless>2</Paperless>
    </NoticeAndPaymentFee>
    <DefaultCharge ReferenceDate="DueDate" xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">
      <First xsi:type="DiscountOrDefaultChargeAmount" Days="1">2</First>
      <Second xsi:type="DiscountOrDefaultChargeAmount" Days="1">2</Second>
    </DefaultCharge>
    <OtherCosts xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">9</OtherCosts>
    <OtherDefaultCosts xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">10</OtherDefaultCosts>
    <DefaultInterest xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">
      <Rule>NoDefaultInterest</Rule>
      <Percentage4>1</Percentage4>
      <SpecialCode>sample string 3</SpecialCode>
    </DefaultInterest>
    <CurrencyInformation xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">
      <ReferenceRate>ExchangeRate</ReferenceRate>
      <Currency>sample string 1</Currency>
      <PaymentRate>DueDateRate</PaymentRate>
    </CurrencyInformation>
    <PermitOutOfSequencePayment xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">true</PermitOutOfSequencePayment>
    <Discount ReferenceDate="DueDate" IsPostRefDate="true" xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">
      <First xsi:type="DiscountOrDefaultChargeAmount" Days="1">2</First>
      <Second xsi:type="DiscountOrDefaultChargeAmount" Days="1">2</Second>
    </Discount>
    <IsPartialPaymentAllowed xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">true</IsPartialPaymentAllowed>
    <BillPresentmentSystem xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">
      <Type>sample string 1</Type>
      <Parameters>sample string 2</Parameters>
    </BillPresentmentSystem>
    <Printing xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">
      <ClaimantAddress>
        <Name xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">sample string 1</Name>
        <AddressLine1 xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">sample string 2</AddressLine1>
        <AddressLine2 xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">sample string 3</AddressLine2>
        <PostCodeNumber xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">sample string 4</PostCodeNumber>
        <City xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">sample string 5</City>
        <Region xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">sample string 6</Region>
        <Country xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">sample string 7</Country>
      </ClaimantAddress>
      <PayorAddress>
        <Name xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">sample string 1</Name>
        <AddressLine1 xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">sample string 2</AddressLine1>
        <AddressLine2 xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">sample string 3</AddressLine2>
        <PostCodeNumber xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">sample string 4</PostCodeNumber>
        <City xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">sample string 5</City>
        <Region xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">sample string 6</Region>
        <Country xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">sample string 7</Country>
      </PayorAddress>
      <ItemRows>
        <Text>sample string 1</Text>
        <Amount>2</Amount>
      </ItemRows>
      <ItemRows>
        <Text>sample string 1</Text>
        <Amount>2</Amount>
      </ItemRows>
      <Comments>sample string 1</Comments>
      <Comments>sample string 2</Comments>
    </Printing>
  </Request>
</ClaimModel>

Response Information

Resource Description

NameDescriptionTypeAdditional information
Version

None.

Content

None.

StatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of

None.

RequestMessage

None.

IsSuccessStatusCode

boolean

None.

Response Formats

application/xml, text/xml

Sample:
<ClaimOperationResult xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <ID xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">sample string 1</ID>
  <Status xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">InProgress</Status>
  <Success xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">
    <Key>
      <ClaimantID>sample string 1</ClaimantID>
      <Account>sample string 2</Account>
      <DueDate>2024-04-29</DueDate>
    </Key>
    <Print>NoInformation</Print>
  </Success>
  <Success xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">
    <Key>
      <ClaimantID>sample string 1</ClaimantID>
      <Account>sample string 2</Account>
      <DueDate>2024-04-29</DueDate>
    </Key>
    <Print>NoInformation</Print>
  </Success>
  <Errors xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">
    <Key>
      <ClaimantID>sample string 1</ClaimantID>
      <Account>sample string 2</Account>
      <DueDate>2024-04-29</DueDate>
    </Key>
    <Error>
      <Code xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">sample string 1</Code>
      <Message xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">sample string 2</Message>
    </Error>
  </Errors>
  <Errors xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">
    <Key>
      <ClaimantID>sample string 1</ClaimantID>
      <Account>sample string 2</Account>
      <DueDate>2024-04-29</DueDate>
    </Key>
    <Error>
      <Code xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">sample string 1</Code>
      <Message xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">sample string 2</Message>
    </Error>
  </Errors>
</ClaimOperationResult>