authorizeTransaction

open fun authorizeTransaction(transaction: Transaction)

Authorize a transaction. A dedicated transaction application will take the focus after calling this function. When the operation will be finished a authorizeTransactionReply method will be called, and the caller application will receive focus back.

Supported transaction types for authorization include: - Purchase - Credit - Reservation - Reservation Adjustment

Parameters

transaction

the transaction that should be authorized.

Throws

any errors while communicating with the API server.