Table of content

Use Cases

1. Query Statement by Date and Time

• API: ods-service/v1/statement-by-date-time – Used when individual customers want to retrieve detailed statements for a specific date and time range.

2. Query Statement Summary by Date and Time

• API: ods-service/v1/get-statement-by-date-time – Used when individual customers want to check beginning and ending balances within a specific date and time range.

3. Query POS Fee Report

• API: ods-service/v1/pos-fee-report – Used to obtain reports on POS transaction fees.

4. Query Account Transaction History

• API: ods-service/v1/transaction-history – Used by individual customers to retrieve the transaction history of their accounts.

5. Query Statement by Individual Account

• API: ods-service/v1/get-statement-by-account-individual – Used to retrieve statements for a specific individual customer’s account number.

6. Query Individual Account Transaction History

• API: ods-service/v1/transaction-history-individual – Used to query the transaction history of an individual customer’s account.

7. Query Account Information

• API: ods-service/v1/account-assure – Used to obtain account information of customers.

8. Query Customer Information

• API: ods-service/v1/get-info-customer – Used to retrieve basic customer information.

10.Query Savings Balance by Currency

• API: ods-service/v1/get-saving-by-currency – Used to retrieve savings balances categorized by currency type.

11. Query Savings Information

• API: /ods-service/v1/get-saving-info – Used to obtain detailed information about a savings account.

12. Query List of Savings Accounts

• API: /ods-service/v1/get-saving-list-by-customer – Used to retrieve the list of savings accounts owned by a customer.

13.Query Fund Transfer Information

• API: ods-service/v1/get-info-funds-transfer – Used to retrieve detailed information about fund transfer transactions.

14. Query Card Transactions

• API: ods-service/v1/get-info-trans-card – Used to retrieve detailed information about card transactions.

15. Query Customer’s Card List

• API: ods-service/v1/inquiry-card-list – Used to retrieve the list of cards owned by a customer.

16. Query Supplementary Card List

• API: ods-service/v1/inquiry-supplementary-card-list – Used to retrieve the list of supplementary cards linked to the primary account.

17. Query Account Balance Changes

• API: ods-service/v1/get-balance-change – Used to query changes in the account balance.