FINS Open Banking Accounts Experience API - Implementation Template

(0 reviews)

Data mappings

This document provides information generated from the DataWeave scripts included in the project, such as function definitions, variable definitions, and data mapping tables.

ModuleDescription
map-accounts-responseScript to map both list and retrieve accounts response.
map-balances-responseScript to map retrieve account balances response. There are two balances returned: account balance and available balance.

map-accounts-response

Script to map both list and retrieve accounts response.

Source: ./src/main/resources/dwl/map-accounts-response.dwl

Mapping Tables

Maps the Open Banking list and retrieve accounts response from a Core Banking lookup response.

Core Banking fieldOpen Banking fieldDescription
accountNumberData.Account.AccountIdThe consumer identifier of the account
accountStatusData.Account.AccountStatusCurrent status of the account
auditInfo.updatedDateData.Account.StatusUpdateDateTimeLast time the account was modified
accountCurrencyData.Account.CurrencyCurrency of the account
accountTypeData.Account.AccountTypeActual type of the account
depositAccountType, blockchainAccountType, or glAccountTypeData.Account.AccountSubTypeAdditional type identifier for certain account types
nameData.Account.NicknameDisplay name of the account
openedDateData.Account.OpeningDateDate the account was opened

(back to top)

map-balances-response

Script to map retrieve account balances response. There are two balances returned: account balance and available balance.

Source: ./src/main/resources/dwl/map-balances-response.dwl

Mapping Tables

Maps the Open Banking account balances response from a Core Banking lookup response.

Core Banking fieldOpen Banking fieldDescription
accountNumberData.Balance.AccountIdThe consumer identifier of the account
accountBalance and availableBalanceData.Balance.AccountBalanceThe balance amount
accountCurrencyData.Balance.CurrencyCurrency of the account
Credit or DebitData.Balance.CreditDebitIndicatorDebit if balance is negative credit otherwise
OpeningBooked and OpeningAvailableData.Balance.TypeIdentifies each balance type
auditInfo.updatedDateData.Balance.DateTimeLast time the account was modified

(back to top)


Reviews

TypeTemplate
OrganizationMuleSoft
Published by
MuleSoft Solutions
Published onNov 8, 2023
Asset overview

Asset versions for 1.3.x

Asset versions
VersionActions
1.3.5
1.3.4
1.3.3
1.3.2