Transactions
Welcome to the "Transactions" 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 financial transactions and records within Originate's loan management platform using GraphQL.
Let's explore the queries and mutations of the transactions category:
Transaction Section Queries
Below is a list of all queries related to transaction information within Originate.
transactionById(id: ID!): Transaction
Transaction Section Mutations
Below is a list of all mutations related to transaction information within Originate.
reverseRepaymentTransaction(input: ReverseRepaymentTransactionInput!): ReverseTransactionPayload!
By referring to the documentation for each query and mutation, you'll gain a comprehensive understanding of how to manage transactions 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 transaction management capabilities within your applications and leverage the capabilities of Originate's loan management platform.