DocumentationBack to Website
Access Product
DocumentationApi ReferenceSavings Account

© 2026 Fincore. All rights reserved.

TermsPrivacyContact
get-startedGetting Started
OverviewAuthenticationSavings AccountFixed DepositCurrent AccountCustomerLoan ApplicationTeller

Savings Account

3 endpoints in the Savings Account module.

3 endpoints in the Savings Account module.

Get all

GET/v2/api/savings/get-all

Parameters

Headers

Access-Token{{access_token}}

Query

limit10
orderid desc

Example response200 OK

json
{
  "count": 0,
  "results": []
}

Get by id

GET/v2/api/savings/by-id/234341

Parameters

Headers

Access-Token{{access_token}}

Example response200 OK

json
{}

Get by account number

GET/v2/api/savings/by-account-number/2201300-3641-234396

Parameters

Headers

Access-Token{{access_token}}

Example response200 OK

json
{}