create Tap Transfer
abstract suspend fun createTapTransfer(params: CreateTapTransferParams): Flow<CreateTapTransferEvent>
Creates a new EMV tap transfer
This method will first create an authorization via createTapAuthorization and create a Moov transfer using that authorization. This call will fail if no Moov API client was provided when creating the Terminal instance.