Theme switcher

API Gateway

The GET section of the Banking Core Services API allows you to retrieve information from the API Gateway. This section provides functionality for fetching data from the API endpoint. Whether you're a developer or a non-technical user, this section will guide you in integrating the API and retrieving the specific information you need. The GET method is commonly used for retrieving data, and it ensures that your requests are efficient and secure. By following the instructions in this section, you'll be able to access the necessary data and incorporate it into your own applications or systems. Additionally, the GET section provides details on any special features or considerations that may be relevant for retrieving data from the API Gateway. By understanding these considerations, you can make the most out of the API integration and ensure a smooth data retrieval process.

Was this section helpful?

What made this section unhelpful for you?

Base URL

Production:

http://localhost:8080

Language Box

Was this section helpful?

What made this section unhelpful for you?

User service

The User service APIs allows you to retrieve user information from the Banking Core Services. This API endpoint enables you to fetch details such as user profiles and more. It is designed to provide a straightforward and efficient way to access user data for various use-cases.

It is important to note that this API is not limited to developers only. Non-technical roles, such as product managers or analysts, can also benefit from the information provided by this API. They can leverage the data retrieved from the User service to gain insights into user behavior, identify trends, and make informed business decisions.

Additionally, the User service API offers special features and considerations to enhance integration capabilities. For example, it supports pagination, allowing you to retrieve large sets of user data in manageable chunks. This can be particularly useful when dealing with a large number of users or when implementing features like infinite scrolling in your application.

Overall, the User service APIs provides a powerful and user-friendly way to access user information from the Banking Core Services. Its straightforward functionality, extensive data retrieval capabilities, and special features make it an essential tool for seamlessly integrating user data into your applications and workflows.

Fund transfer service

Fund transfer service: The Fund transfer service API allows you to initiate transfers of funds between different bank accounts. With this API, you can securely transfer money from one account to another, whether it's within the same bank or to a different bank altogether. This functionality is essential for various use-cases, such as paying bills, sending money to friends and family, or making business transactions.

To use this API, you'll need to provide the necessary authentication and authorization credentials, ensuring that only authorized users can initiate transfers. The API also supports additional features, such as setting transfer limits, scheduling recurring transfers, and specifying transfer details like purpose or reference.

Whether you're a developer building a banking application or a non-technical user looking to understand the capabilities of our Fund transfer service, this API documentation will guide you through the integration process step-by-step, making it simple to implement fund transfers seamlessly within your application or business workflow.

Account service

The Account service endpoint in the Banking Core Services API allows you to retrieve information about user accounts. With this endpoint, you can access details such as account balances, transaction history, and account holders' personal information. This provides you with a comprehensive view of the users' banking activities and enables you to build features like balance inquiries, transaction summaries, and account statements in your application. The Account service endpoint supports various filters and parameters that allow you to customize the data returned, such as specifying a date range for transaction history or filtering accounts based on specific criteria. Additionally, this endpoint ensures the security and privacy of user data by requiring appropriate authentication and authorization tokens for access. By integrating this API endpoint into your application, you can seamlessly incorporate banking functionality and provide a seamless user experience to your customers.

Sequence generator

The GET endpoint for the Sequence generator API allows you to retrieve the next available sequence number in a given sequence. This functionality is particularly useful for scenarios where you need to generate unique, sequential identifiers, such as order numbers or invoice numbers.

To use this endpoint, simply make a GET request to the specified URL, and the API will return the next available sequence number in the response body.

It's important to note that the sequence numbers are generated based on the specified sequence configuration. This configuration includes parameters such as the initial value, the increment value, and the maximum value. You can customize these parameters to fit your specific requirements.

Additionally, the API supports the ability to reset the sequence back to its initial value. This can be useful in certain situations, such as when you want to start generating sequence numbers from the beginning again after a certain point.

Overall, the Sequence generator API provides a straightforward and convenient way to generate unique sequence numbers for various use-cases.

Transaction service

The Transaction service API section provides functionality related to retrieving transaction information. This API endpoint allows you to retrieve details about specific transactions within the banking system. This can be useful for various use cases, including tracking transaction history, generating reports, and analyzing financial data. The API provides a straightforward way to access transaction information, making integration with the banking core services seamless. Additionally, the Transaction service API supports various special features and considerations, which will be covered in detail in other sections of the documentation.

Was this section helpful?

What made this section unhelpful for you?

Make transactions

Make transactions

This API endpoint allows you to initiate transactions within the Banking Core Services project. Using this endpoint, you can securely transfer funds between accounts, make payments, or perform any other transaction-related activities.

To make a transaction, you need to provide the necessary input parameters, such as the source and destination accounts, the amount to be transferred, and any additional details required for the specific transaction type.

Transactions can be made between accounts within the same financial institution or between accounts in different institutions, depending on the supported integration options. The endpoint ensures the security and reliability of the transaction process, adhering to industry-standard encryption protocols and authentication mechanisms.

In addition to basic transaction functionality, this API also supports advanced features such as transaction scheduling, recurring payments, and transaction categorization. These features provide flexibility and convenience for managing various transaction scenarios.

Please note that before making transactions, you need to ensure that the necessary permissions and authorizations are granted for the specific accounts and transaction types. This may involve user authentication, authorization checks, and adherence to regulatory requirements.

By using this API endpoint, you can seamlessly integrate transaction functionality into your application or system, allowing your users to perform financial transactions efficiently and securely.

Body Parameters

accountIdstring

Identifies the account from which the transaction will be made. This should be a unique identifier associated with the user's account.

transactionTypestring

Specifies the type of transaction to be made. This can be "debit" or "credit".

amountstring

Specifies the amount of the transaction. This should be a numerical value indicating the currency amount involved in the transaction.

descriptionstring

Provides additional information about the transaction. This can include details such as the purpose or reference of the transaction.

Response

200
Object

Response Attributes

responseCodestring
messagestring
Was this section helpful?

What made this section unhelpful for you?

POST

/transactions

Select
1 2 3 4 5 6 7 curl --location 'http://localhost:8080/transactions' \ --data '{ "accountId": "0600140000001", "transactionType": "WITHDRAWAL", "amount": "200", "description": "200 has successfully debited from account" }'

Response

{
  "responseCode": "200",
  "message": "Transaction completed successfully"
}
Was this section helpful?

What made this section unhelpful for you?

Get transaction from account id

This section of the Banking Core Services API allows you to retrieve transactions from an account using the account ID. With this API endpoint, you can easily access the transaction details associated with a specific account. This can be useful for various use-cases, such as reconciling account statements, generating financial reports, or tracking transaction history.

To retrieve transactions, you need to provide the account ID as a parameter in the request. The API will then return the transaction details, including information such as the transaction amount, date, description, and any associated metadata.

This API endpoint is designed to make integration straightforward for both developers and non-technical roles. By using this endpoint, you can efficiently retrieve transaction data without the need for complex queries or manual data extraction. This saves time and effort, enabling you to focus on using the transaction information for your specific needs.

Please refer to the API documentation for more details on the request requirements, response structure, and any additional considerations or features specific to this endpoint.

Query Parameters

accountIdstring

The unique identifier of the account for which transaction information is being requested.

Response

200
Object

Response Attributes

referenceIdstring
accountIdstring
transactionTypestring
amountnumber
localDateTimestring
transactionStatusstring
commentsstring
Was this section helpful?

What made this section unhelpful for you?

GET

/transactions?accountId=0600140000001

Select
1 curl --location 'http://localhost:8080/transactions?accountId=0600140000001' \

Response

[
  {
    "referenceId": "72e64acb-b051-4fbb-a4de-c56f79cb6919",
    "accountId": "0600140000004",
    "transactionType": "DEPOSIT",
    "amount": 1300,
    "localDateTime": "2023-09-25T16:45:57.588297",
    "transactionStatus": "COMPLETED",
    "comments": "1300 has successfully credited to account"
  }
]
Was this section helpful?

What made this section unhelpful for you?

Get transaction details from reference number

This API endpoint allows you to retrieve detailed information about a specific transaction using its reference number. By making a GET request to this endpoint with the appropriate reference number, you will receive the complete transaction details. This functionality is particularly useful for applications that need to display or track transaction information. The response will provide all the necessary information related to the transaction, including but not limited to the amount, date, sender, and recipient. This endpoint should be used whenever you require specific transaction details and want to integrate this functionality into your application seamlessly.

Response

200
Object

Response Attributes

referenceIdstring
accountIdstring
transactionTypestring
amountnumber
localDateTimestring
transactionStatusstring
commentsstring
Was this section helpful?

What made this section unhelpful for you?

GET

/transactions/0671cbe4-fefb-4a60-9e55-93bfb1d5895c

Select
1 curl --location 'http://localhost:8080/transactions/0671cbe4-fefb-4a60-9e55-93bfb1d5895c' \

Response

[
  {
    "referenceId": "72e64acb-b051-4fbb-a4de-c56f79cb6919",
    "accountId": "0600140000004",
    "transactionType": "DEPOSIT",
    "amount": 1300,
    "localDateTime": "2023-09-25T16:45:57.588297",
    "transactionStatus": "COMPLETED",
    "comments": "1300 has successfully credited to account"
  }
]
Was this section helpful?

What made this section unhelpful for you?