Repayments

Welcome to the "Repayment" 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 loan repayments and scheduling within Originate's loan management platform using GraphQL.

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

Repayment Section Queries

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

  • offlineRepayments( after: ConnectionCursor before: ConnectionCursor first: ConnectionLimitInt = 15 last: ConnectionLimitInt = 15 orderBy: OfflineRepaymentOrderByInput where: OfflineRepaymentWhereInput ): OfflineRepaymentConnection!

Repayment Section Mutations

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

  • makeManualRepayment(input: MakeManualRepaymentInput): MakeManualRepaymentResponse!

  • notifyOfflineRepayment(input: NotifyOfflineRepaymentInput): OfflineRepayment

  • declineOfflineRepayment(input: MutateOfflineRepaymentInput): OfflineRepayment

  • approveOfflineRepayment(input: MutateOfflineRepaymentInput): OfflineRepayment

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