transactions

suspend fun transactions(ticket: Ticket.Transactions, credentials: Credentials, session: Session? = null, recurringConsents: Boolean = false): Response<TransactionsResult>

Invoke the transactions service: fetch the booked-and-pending transaction list authorized by credentials.

See also


suspend fun transactions(ticket: Ticket.Transactions, connectionData: ConnectionData, session: Session? = null): Response<TransactionsResult>

Invoke the transactions service on the consent carried by connectionData, without credentials.

A window of 90 days or more requires user interaction, so it throws InterruptError instead.

See also