FINS Bank Accounts Process API - Implementation Template
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.
Module | Description |
---|---|
fsc-bankaccount-post | This transformation produces a Create SF FinancialAccount. The source Primary Account Owner, Secondary Account Owner IDs are replaced with FSC IDs. The accountBalance from the Source Core Banking System is used. |
fsc-bankaccount-patch | This transformation produces an Update SF FinancialAccount. The source Primary Account Owner, Secondary Account Owner IDs are replaced with FSC IDs. The accountBalance from the Source Core Banking System is used |
corebanking-bankaccount-post | This transformation produces an new Core Banking Account from an Account in Global Financial Account System. The Global Financial Account ID is replaced with a Core Banking ID. |
corebanking-bankaccount-patch | This transformation produces an Update Core Banking Account from an Account in Global Financial Account System. The Global Financial Account ID is replaced with a Core Banking ID. |
fsc-transaction-post | This transformation produces a Create SF FinancialAccountTransaction from a FIS Customer. The FIS ID is moved to externalIds. |
fsc-transaction-patch | This transformation produces an Update SF FinancialAccountTransaction from a FIS Transaction. The FIS ID is replaced with a SF ID. |
corebanking-transaction-post | This transformation produces a Create Core Banking Transaction from a Transaction in Global Financial Account System. The Global Transaction ID is moved to externalIds. |
corebanking-transaction-patch | This transformation produces an Update Core Banking Transaction from a Transaction in Global Financial Account System. The Global Transaction ID is replaced with a Core Banking ID. |
fsc-card-post | This transformation produces a Create SF Card from a FIS Card. The FIS ID is moved to externalIds. |
fsc-card-patch | This transformation produces an Update SF Card from a FIS Card. The FIS ID is replaced with a SF ID. |
corebanking-card-post | This transformation produces a Create Core Banking Card from an MDM Card. The MDM ID is moved to externalIds. |
corebanking-card-patch | This transformation produces an Update Core Banking Card from a Global Financial Account System Card. The Global Card ID is replaced with a Core Banking ID. |
fsc-bankaccount-post
This transformation produces a Create SF FinancialAccount.
The source Primary Account Owner, Secondary Account Owner IDs are replaced with FSC IDs.
The accountBalance from the Source Core Banking System is used.
Source:
./src/main/resources/dwl/fsc-bankaccount-post.dwl
fsc-bankaccount-patch
This transformation produces an Update SF FinancialAccount.
The source Primary Account Owner, Secondary Account Owner IDs are replaced with FSC IDs.
The accountBalance from the Source Core Banking System is used
Source:
./src/main/resources/dwl/fsc-bankaccount-patch.dwl
corebanking-bankaccount-post
This transformation produces an new Core Banking Account from an Account in Global Financial Account System. The Global Financial Account ID is replaced with a Core Banking ID.
Source:
./src/main/resources/dwl/corebanking-bankaccount-post.dwl
corebanking-bankaccount-patch
This transformation produces an Update Core Banking Account from an Account in Global Financial Account System. The Global Financial Account ID is replaced with a Core Banking ID.
Source:
./src/main/resources/dwl/corebanking-bankaccount-patch.dwl
fsc-transaction-post
This transformation produces a Create SF FinancialAccountTransaction from a FIS Customer. The FIS ID is moved to externalIds.
Source:
./src/main/resources/dwl/fsc-transaction-post.dwl
fsc-transaction-patch
This transformation produces an Update SF FinancialAccountTransaction from a FIS Transaction. The FIS ID is replaced with a SF ID.
Source:
./src/main/resources/dwl/fsc-transaction-patch.dwl
corebanking-transaction-post
This transformation produces a Create Core Banking Transaction from a Transaction in Global Financial Account System. The Global Transaction ID is moved to externalIds.
Source:
./src/main/resources/dwl/corebanking-transaction-post.dwl
corebanking-transaction-patch
This transformation produces an Update Core Banking Transaction from a Transaction in Global Financial Account System. The Global Transaction ID is replaced with a Core Banking ID.
Source:
./src/main/resources/dwl/corebanking-transaction-patch.dwl
fsc-card-post
This transformation produces a Create SF Card from a FIS Card. The FIS ID is moved to externalIds.
Source:
./src/main/resources/dwl/fsc-card-post.dwl
fsc-card-patch
This transformation produces an Update SF Card from a FIS Card. The FIS ID is replaced with a SF ID.
Source:
./src/main/resources/dwl/fsc-card-patch.dwl
corebanking-card-post
This transformation produces a Create Core Banking Card from an MDM Card. The MDM ID is moved to externalIds.
Source:
./src/main/resources/dwl/corebanking-card-post.dwl
corebanking-card-patch
This transformation produces an Update Core Banking Card from a Global Financial Account System Card. The Global Card ID is replaced with a Core Banking ID.
Source:
./src/main/resources/dwl/corebanking-card-patch.dwl