Card
Welcome to the "Card" 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 card information and transactions within Originate's loan management platform using GraphQL.
Let's explore the queries and mutations of the card category:
Card Section Queries
Below is a list of all queries related to card information within Originate.
getCardById(id: ID): Card
getAddCardReference(input: GenerateAddCardReferenceInput): AddCardReferencePayload!
getCardReferenceStatus(input: CardReferenceStatusInput): CardReferenceStatusPayload!
Card Section Mutation
Below is a list of all mutations related to card information within Originate.
disableAccountCard(id: ID!): Card
setDefaultAccountCard(input: SetDefaultCardInput!): Card
saveAccountCard(txnRef: String!): SaveAccountCardPayload!
chargeCardOnFile(input: ChargeCardOnFileInput): ChargeCardOnFilePayload!
By referring to the documentation for each query and mutation, you'll gain a comprehensive understanding of how to manage card 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 card management capabilities within your applications and leverage the capabilities of Originate's loan management platform.