POST Statements/GetAccountStatement

GetAccountStatement 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:
<GetAccountStatementRequestModel 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>
    <accountStatement>
      <Account xmlns="http://IcelandicOnlineBanking/2005/12/01/StatementTypes">sample string 1</Account>
      <DateFrom xmlns="http://IcelandicOnlineBanking/2005/12/01/StatementTypes">2024-04-29</DateFrom>
      <DateTo xmlns="http://IcelandicOnlineBanking/2005/12/01/StatementTypes">2024-04-29</DateTo>
      <RecordFrom xmlns="http://IcelandicOnlineBanking/2005/12/01/StatementTypes">4</RecordFrom>
      <RecordTo xmlns="http://IcelandicOnlineBanking/2005/12/01/StatementTypes">5</RecordTo>
    </accountStatement>
  </Request>
</GetAccountStatementRequestModel>

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:
<GetAccountStatementResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://IcelandicOnlineBanking/2005/12/01/Statements">
  <accountStatementResponse>
    <Account xmlns="http://IcelandicOnlineBanking/2005/12/01/StatementTypes">sample string 1</Account>
    <Currency xmlns="http://IcelandicOnlineBanking/2005/12/01/StatementTypes">sample string 2</Currency>
    <Overdraft xmlns="http://IcelandicOnlineBanking/2005/12/01/StatementTypes">3</Overdraft>
    <Balance xmlns="http://IcelandicOnlineBanking/2005/12/01/StatementTypes">4</Balance>
    <AvailableAmount xmlns="http://IcelandicOnlineBanking/2005/12/01/StatementTypes">5</AvailableAmount>
    <Status xmlns="http://IcelandicOnlineBanking/2005/12/01/StatementTypes">Open</Status>
    <TotalAmountWaiting xmlns="http://IcelandicOnlineBanking/2005/12/01/StatementTypes">6</TotalAmountWaiting>
    <IBAN xmlns="http://IcelandicOnlineBanking/2005/12/01/StatementTypes">sample string 7</IBAN>
    <AccountOwnerID xmlns="http://IcelandicOnlineBanking/2005/12/01/StatementTypes">sample string 8</AccountOwnerID>
    <CustomAccountName xmlns="http://IcelandicOnlineBanking/2005/12/01/StatementTypes">sample string 9</CustomAccountName>
    <AccountInformation xmlns="http://IcelandicOnlineBanking/2005/12/01/StatementTypes">sample string 10</AccountInformation>
    <Transactions xmlns="http://IcelandicOnlineBanking/2005/12/01/StatementTypes">
      <Transaction>
        <TransactionID>sample string 1</TransactionID>
        <TransactionDate>2024-04-29</TransactionDate>
        <ValueDate>2024-04-29</ValueDate>
        <BatchNumber>sample string 4</BatchNumber>
        <RedeemingBank>sample string 5</RedeemingBank>
        <Transaction>sample string 6</Transaction>
        <Reference>sample string 7</Reference>
        <BillNumber>sample string 8</BillNumber>
        <CategoryCode>sample string 9</CategoryCode>
        <Category>sample string 10</Category>
        <ReferenceDetail>sample string 11</ReferenceDetail>
        <PayorID>sample string 12</PayorID>
        <Amount>13</Amount>
        <Balance>14</Balance>
      </Transaction>
      <Transaction>
        <TransactionID>sample string 1</TransactionID>
        <TransactionDate>2024-04-29</TransactionDate>
        <ValueDate>2024-04-29</ValueDate>
        <BatchNumber>sample string 4</BatchNumber>
        <RedeemingBank>sample string 5</RedeemingBank>
        <Transaction>sample string 6</Transaction>
        <Reference>sample string 7</Reference>
        <BillNumber>sample string 8</BillNumber>
        <CategoryCode>sample string 9</CategoryCode>
        <Category>sample string 10</Category>
        <ReferenceDetail>sample string 11</ReferenceDetail>
        <PayorID>sample string 12</PayorID>
        <Amount>13</Amount>
        <Balance>14</Balance>
      </Transaction>
    </Transactions>
  </accountStatementResponse>
</GetAccountStatementResponse>