Table of content

Overview

The ODS (Operational Data Store) Statement Service provides customer financial data across multiple product lines such as accounts, savings, cards, and transactions. These APIs support core banking operations, user-facing mobile banking functions, and data analytics for financial insight delivery. The service ensures accurate, consistent, and regulatory-compliant access to transaction records and customer balance histories.

Why Use These APIs?

  • Transaction Inquiry: Retrieve transaction history, detailed or summary statements by date or by individual account.
  • Account & Customer Info: Access account and customer details, including balance changes – useful for display and verification.
  • Savings Management: Manage savings account lists, details, and balances by currency.
  • Card Services: Query card transactions, primary card lists, and supplementary cards linked to the customer.
  • Funds Transfer Tracking: View details of fund transfers to support reconciliation and dispute resolution.

Key Features

Statement Retrieval:

  • POST /ods-service/v1/statement-by-date-time: Retrieve detailed statement by specific date and time.
  • GET /ods-service/v1/get-statement-by-date-time: Retrieve statement summary by specific date and time.

POS Fee Report:

  • POST /ods-service/v1/pos-fee-report: Retrieve the POS fee report.

Transaction History:

  • POST /ods-service/v1/transaction-history: Retrieve transaction history of an account.
  • GET /ods-service/v1/get-statement-by-account-individual: Retrieve historical transactions for an individual account.

Account & Customer Information:

  • POST /ods-service/v1/transaction-history-individual: Retrieve statement for an individual account.
  • POST /ods-service/v1/account-assure: Retrieve account information.
  • POST /ods-service/v1/get-info-customer: Retrieve customer’s basic information.

Saving Information:

  • POST /ods-service/v1/get-saving-by-currencyRetrieve saving balance by currency type.
  • POST /ods-service/v1/get-saving-info: Retrieve saving account details.
  • POST /ods-service/v1/get-saving-list-by-customer: Retrieve the list of saving accounts for a customer.

Funds Transfer & Card Information:

  • POST /ods-service/v1/get-info-funds-transfer: Retrieve information regarding fund transfers.
  • POST /ods-service/v1/get-info-trans-card: Retrieve transaction information for a card.
  • POST /ods-service/v1/inquiry-card-list: Retrieve a list of cards for the customer.
  • POST /ods-service/v1/inquiry-supplementary-card-list: Retrieve a list of supplementary cards linked to the main account.

Balance Information:

  • POST /ods-service/v1/get-balance-change: Retrieve account balance changes.