FINS Banking Library
home
This library defines a set of resources that are commonly used in API specifications designed for the MuleSoft Accelerator for Financial Services, which accelerates the implementation of essential integration use cases.
Data types
This library defines a number of data types related to banking and loan information, which form a canonical model used in most Process and System API specifications.
Usage
To use one or more of these resources in your API definition, first add this library as an Exchange dependency to your Design Center project and then import it into your main RAML file as follows:
uses:
BankingTypes: exchange_modules/<groupid>/fins-banking-library/2.0.3/fins-banking-library.raml
You can then reference the exposed data types in your endpoints. For example:
/accounts:
get:
description: Find one or more bank accounts matching a given set of criteria.
responses:
200:
body:
application/json:
type: BankingTypes.Account[]
Notes
When you update the version of the Exchange dependency, you will need to manually update all file path references.