Skip to main content

ExternalAccount

No description

type ExternalAccount {
id: ID!
externalId: String!
name: String
cashAccountType: CashAccountType!
BIC: BIC!
IBAN: IBAN!
currency: Currency!
holderName: String!
country: CCA3!
originalCreatedAt: DateTime!
createdAt: DateTime!
updatedAt: DateTime!
balances(
first: Int! = 90
before: String
after: String
): ExternalBalanceConnection!
source: ExternalAccountDataSource!
institution: FinancialInstitution
usage: ExternalAccountUsage!
accountHolder: AccountHolder
}

Fields

ExternalAccount.id ● ID! non-null scalar

Unique identifier of an external account

ExternalAccount.externalId ● String! non-null scalar

External account identifier following ISO-20022 standard

ExternalAccount.name ● String scalar

Name of the account

ExternalAccount.cashAccountType ● CashAccountType! non-null enum

Type of the account

ExternalAccount.BIC ● BIC! non-null scalar

Bank Identifier Code

ExternalAccount.IBAN ● IBAN! non-null scalar

International Bank Account Number

ExternalAccount.currency ● Currency! non-null scalar

Currency

ExternalAccount.holderName ● String! non-null scalar

Account Holder name

ExternalAccount.country ● CCA3! non-null scalar

Country

ExternalAccount.originalCreatedAt ● DateTime! non-null scalar

Original Created date

ExternalAccount.createdAt ● DateTime! non-null scalar

Created date

ExternalAccount.updatedAt ● DateTime! non-null scalar

Updated date

ExternalAccount.balances ● ExternalBalanceConnection! non-null object

A list of balances regarding an external account.

Implements the Relay Connection interface, used to paginate list of element (Learn More)

ExternalAccount.balances.first ● Int! non-null scalar

the number of elements to load (maximum: 100)

ExternalAccount.balances.before ● String scalar

the index (a unique reference in string form) from which you will load the preceding elements

ExternalAccount.balances.after ● String scalar

the index (a unique reference in string form) from which you will load the following elements

ExternalAccount.source ● ExternalAccountDataSource! non-null object

Source used for this account

ExternalAccount.institution ● FinancialInstitution object

Financial institution

ExternalAccount.usage ● ExternalAccountUsage! non-null enum

Usage information of the account

ExternalAccount.accountHolder ● AccountHolder object

Account holder for the external account

Member Of

AddExternalAccountSuccessPayload object ● ExternalAccountEdge object