InterOperationApi

Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
abstract suspend fun createQuote(interopQuoteRequestData: InteropQuoteRequestData): InteropQuoteResponseData

Calculate Interoperation Quote

Link copied to clipboard

Allow Interoperation Transaction Request

Link copied to clipboard
abstract suspend fun deleteAccountIdentifier(idType: String, idValue: String, interopIdentifierRequestData: InteropIdentifierRequestData): InteropIdentifierAccountResponseData

Allow Interoperation Identifier registration

Link copied to clipboard
abstract suspend fun deleteAccountIdentifier1(idType: String, idValue: String, subIdOrType: String, interopIdentifierRequestData: InteropIdentifierRequestData): InteropIdentifierAccountResponseData

Allow Interoperation Identifier registration

Link copied to clipboard
abstract suspend fun disburseLoan(accountId: String): String

Disburse Loan by Account Id

Link copied to clipboard

Query Interoperation Account by secondary identifier

Link copied to clipboard
abstract suspend fun getAccountByIdentifier1(idType: String, idValue: String, subIdOrType: String): InteropIdentifierAccountResponseData

Query Interoperation Account by secondary identifier

Link copied to clipboard
abstract suspend fun getAccountDetails(accountId: String): InteropAccountData

Query Interoperation Account details

Link copied to clipboard

Query Interoperation secondary identifiers by Account Id

Link copied to clipboard
abstract suspend fun getAccountTransactions(accountId: String, debit: Boolean? = true, credit: Boolean? = false, fromBookingDateTime: String? = null, toBookingDateTime: String? = null): InteropTransactionsData

Query transactions by Account Id

Link copied to clipboard
abstract suspend fun getClientKyc(accountId: String): InteropKycResponseData

Query KYC by Account Id

Link copied to clipboard
abstract suspend fun getQuote(transactionCode: String, quoteCode: String): InteropQuoteResponseData

Query Interoperation Quote

Link copied to clipboard
abstract suspend fun getTransactionRequest(transactionCode: String, requestCode: String): InteropTransactionRequestResponseData

Query Interoperation Transaction Request

Link copied to clipboard
abstract suspend fun getTransfer(transactionCode: String, transferCode: String): InteropTransferResponseData

Query Interoperation Transfer

Link copied to clipboard
abstract suspend fun health()

Query Interoperation Health Request

Link copied to clipboard
abstract suspend fun loanRepayment(accountId: String): String

Disburse Loan by Account Id

Link copied to clipboard
abstract suspend fun performTransfer(interopTransferRequestData: InteropTransferRequestData, action: String? = null): InteropTransferResponseData

Prepare Interoperation Transfer

Link copied to clipboard
abstract suspend fun registerAccountIdentifier(idType: String, idValue: String, interopIdentifierRequestData: InteropIdentifierRequestData): InteropIdentifierAccountResponseData

Interoperation Identifier registration

Link copied to clipboard
abstract suspend fun registerAccountIdentifier1(idType: String, idValue: String, subIdOrType: String, interopIdentifierRequestData: InteropIdentifierRequestData): InteropIdentifierAccountResponseData

Interoperation Identifier registration