FINS Open Banking Library

(0 reviews)

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 the Open Banking standards.

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. You can then import it into your main RAML file as follows:

uses:
  OpenBankingTypes: exchange_modules/<groupid>/fins-openbanking-library/1.3.3/fins-openbanking-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: OpenBankingTypes.Account[]

Notes

If you update the version of the Exchange dependency you will need to manually update all file path references.


Reviews

TypeAPI Spec Fragment
OrganizationMuleSoft
Published by
MuleSoft Solutions
Published onJan 28, 2022
Asset overview

Asset versions for 1.3.x

Asset versions
VersionActions
1.3.4