microservices-datadriven
microservices-datadriven copied to clipboard
Add a BankID for external transfers in Parse CloudBank
External Transfer currently correlates transactions with toAccountNum on the Debit Side and fromAccountNum on the Credit side.
It would be useful to have unique Bank IDs such that the Credit and Debit side would have the Bank ID to hel alleviate dup account numbers in different Banks
On the Debit side, the insert record would have both toAccountNum and toBankID On the Credit Side, the insert record would have fromAccountNum and from BankID
BankID would have to be added to the message for the Credit aspect. The local Bank would have knowledge of Banks it could transfer to and would use the BankIDs associated with that Bank
DOD: CloudBank Parse support Unique Bank Identifiers and those Identifiers would be used on transfer record creation