POST Claims/QueryClaim

DoPayment same as in the SAMBANKA SCHEMA

Request Information

URI Parameters

None.

Body Parameters

NameDescriptionTypeAdditional information
Request

None.

CertificateBase64

Binded from Form values in body. Base64 encoded certificate to use

string

Required

CertificatePassword

Binded from Form values in body. Password for the Base64 encoded certificate

string

Required

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:
<QueryClaimModel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <WebservicePath>sample string 4</WebservicePath>
  <Username>sample string 5</Username>
  <Password>sample string 6</Password>
  <CertificateBase64>sample string 1</CertificateBase64>
  <CertificatePassword>sample string 2</CertificatePassword>
  <Request>
    <ClaimantID xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">sample string 1</ClaimantID>
    <Account xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">sample string 2</Account>
    <DueDate xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">2024-04-29</DueDate>
  </Request>
</QueryClaimModel>

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:
<ClaimInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <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 15</PayorID>
  <CancellationDate xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">2024-04-29</CancellationDate>
  <Identifier xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">sample string 17</Identifier>
  <Amount xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">18</Amount>
  <Reference xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">sample string 19</Reference>
  <FinalDueDate xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">2024-04-29</FinalDueDate>
  <BillNumber xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">sample string 21</BillNumber>
  <CustomerNumber xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">sample string 22</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">
    <DiscountOrDefaultChargeAmount Days="1">2</DiscountOrDefaultChargeAmount>
    <DiscountOrDefaultChargeAmount Days="1">2</DiscountOrDefaultChargeAmount>
  </DefaultCharge>
  <OtherCosts xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">23</OtherCosts>
  <OtherDefaultCosts xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">24</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">
    <DiscountOrDefaultChargeAmount Days="1">2</DiscountOrDefaultChargeAmount>
    <DiscountOrDefaultChargeAmount Days="1">2</DiscountOrDefaultChargeAmount>
  </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>
  <Status xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">Unpaid</Status>
  <CategoryCode xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">sample string 1</CategoryCode>
  <TotalAmountDue xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">2</TotalAmountDue>
  <NoticeChargeAmount xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">3</NoticeChargeAmount>
  <DefaultChargeAmount xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">5</DefaultChargeAmount>
  <OtherCostsAmount xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">7</OtherCostsAmount>
  <OtherDefaultCostsAmount xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">9</OtherDefaultCostsAmount>
  <DefaultInterestAmount xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">11</DefaultInterestAmount>
  <DiscountAmount xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">13</DiscountAmount>
</ClaimInfo>