Skip to main content

OrganizationBankAccount

An OrganizationBankAccount represents bank account information stored on behalf of an Organization.

type OrganizationBankAccount {
accountType: String!
createdAt: DateString!
id: ID!
institutionName: String!
maskedAccountNumber: String!
routingNumber: String!
}

Fields

OrganizationBankAccount.accountType ● String! non-null scalar

The type of the account (checking, savings, etc).

OrganizationBankAccount.createdAt ● DateString! non-null scalar

The date the bank account was added to First Dollar.

OrganizationBankAccount.id ● ID! non-null scalar

The account ID that uniquely identifies this account

OrganizationBankAccount.institutionName ● String! non-null scalar

The name of the institution holding the account.

OrganizationBankAccount.maskedAccountNumber ● String! non-null scalar

The masked number of the account.

OrganizationBankAccount.routingNumber ● String! non-null scalar

The routing number for the account.

Member of

OrganizationBanking object