I want to work with my own database. I am trying to find a way on how to integrate my own database with the APIs, but I am unable to do that. Can someone please help? I need to get it done urgently.
what do you mean by your own database ?
what is the API you are dealling with ?
basically database, are attached to a 'tenancy' concept. that your data base represents at minimum a 'virtual bank'. that would be attached to a tenant. That said it can be even more complex depending if it is requiring a dedicated core system as well .
first of all can you give more information about the context ? API used.
you might just push some data into the system if the API is R/W
Thank you for the prompt response.
I already have a prototype application running with Azure CosmosDB database in the backend. This database consists of simple data like account details, customer details, transactions etc. Now I want to replace my existing APIs with the Finastra's Open APIs keeping the database same.
The APIs that I might use are person to person transfer API, Internal payments API, Consumer Profile API, Account Information API, Accounts and Balances API, Beneficiary Maintenance API.
Thank you.
When I run the APIs using postman, I just get some dummy data. Instead of that dummy data, I want to return data from my database whenever a particular API is called.
3 People are following this question.