getAccountTransactions

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

Query transactions by Account Id

Responses:

  • 200: OK

Return

InteropTransactionsData

Parameters

accountId

accountId

debit

debit (optional, default to true)

credit

credit (optional, default to false)

fromBookingDateTime

fromBookingDateTime (optional)

toBookingDateTime

toBookingDateTime (optional)