Wallet

Welcome to the "Wallet" 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 wallet information and transactions within Originate's loan management platform using GraphQL.

Let's explore the queries and mutations of the wallet category:

Wallet Section Queries

Below is a list of all queries related to wallet information within Originate.

  • accountWallets(accountId: ID!): [Wallet!]!

  • accountWalletByType(accountId: ID!, walletTypeName: String!): Wallet!

Wallet Section Mutations

Below is a list of all mutations related to wallet information within Originate.

  • transferToStandardWallet(amount: Float!): CreateTransactionPayload

  • updateWalletThreshold(input: WalletThresholdInput!): WalletThresholdPayload

  • fundWalletByTransaction(input: FundWalletByTransactionInput!): FundWalletPayload!

  • updateStandardWalletBalance: UpdateWalletBalancePayload!

By referring to the documentation for each query and mutation, you'll gain a comprehensive understanding of how to manage wallet information, transactions, and associated data 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 wallet management capabilities within your applications and leverage the capabilities of Originate's loan management platform.