Details
Description
We want the loan account summary data to contain currency as we will like to know the currencies tied to different loan products during set up.
The client account endpoint https://baseurl/fineract-provider/api/v1/clients/23/accounts returns a payload containing both savings and loan account, the savings account summary contains currency while the loan account summary does not contain currency.
The aim is to replicate what already exist on the savings account summary for the loan account summary by bringing in currency.
Attached is the response payload for savings account with currency
Below is the response payload for a loan account without currency
And here is a sample response of expected response for loan accounts with currency field included