Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Counterparty page should show routing data too #31

Open
simonredfern opened this issue Dec 22, 2016 · 1 comment
Open

Counterparty page should show routing data too #31

simonredfern opened this issue Dec 22, 2016 · 1 comment

Comments

@simonredfern
Copy link
Member

maybe in an extended page, readonly information showing:

                // The following fields started from V210
                val counterPartyId: String,
                val name: String,
                val accountRoutingScheme :String,// This is the scheme a consumer would use to instruct a payment e.g. IBAN
                val accountRoutingAddress : Option[String], // The (IBAN) value e.g. 2349870987820374
                val bankRoutingScheme: String, // This is the scheme a consumer would use to specify the bank e.g. BIC
                val bankRoutingAddress : Option[String], // The (BIC) value e.g. 67895
                val thisBankId : BankId, // i.e. the Account that sends/receives money to/from this Counterparty
                val thisAccountId: AccountId, // These 2 fields specify the account that uses this Counterparty
                val otherBankId : BankId, // These 3 fields specify the internal locaiton of the account for the
                val otherAccountId: AccountId, //counterparty if it is known. It could be at OBP in which case
                val otherAccountProvider: String, // hasBankId and hasAccountId would refer to an OBP account
                val isBeneficiary: Boolean  // True if the originAccount can send money to the Counterparty

)

@simonredfern simonredfern assigned ghost Dec 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@simonredfern and others