Banks
Welcome to the "Bank" section of Originate's GraphQL API Documentation. In this section, you'll find a comprehensive guide to the available queries and mutations related to managing bank-related information and processes within Originate's loan management platform using GraphQL.
Let's explore the queries and mutations of the bank category:
Banks Section Queries
Below is a list of all queries related to bank information within Originate.
getBanks(skip: Int, first: Int): [Bank!]!
getBankById(id: ID): Bank
resolveAccountNumber(bankId: ID!, accountNumber: String!): BankAccountDetails!
resolveOkraBank(okraBankId: String!): Bank
Banks Section Mutations
Below is a list of all mutations related to bank information within Originate.
adminAddAccountBank(input: AdminCreateAccountBankInput!): AccountBank
addAccountBank(input: CreateAccountBankInput!): AccountBank
disableAccountBank(id: ID!): AccountBank
setDefaultAccountBank(input: SetDefaultAccountBankInput!): AccountBank
verifyBankAccount(accountNumber: String!, bankCode: String!): BankAccountDetails!
updateAccountBank(input: UpdateAccountBankInput!): AccountBank
connectBankToOkra(input: ConnectBankToOkraInput!): AccountBank
By referring to the documentation for each query and mutation, you'll gain a comprehensive understanding of how to manage bank information and processes using Originate's GraphQL API. Each operation is documented with detailed information about input parameters, return types, and usage examples.
Feel free to explore and utilize these operations to enhance the bank management capabilities within your applications and leverage the capabilities of Originate's loan management platform